jakeisstoked
Technical User
Hi,
This probably has a simple answer but I've never doe it before so I'm stuck.
Heres my SQL statement
"SELECT * FROM tblExample WHERE pDate >'01/01/01' AND pDateSubmitted <'10/05/10'"
Using this statement gets a data type mismath error.
And
"SELECT * FROM tblExample WHERE pDate >01/01/01 AND pDateSubmitted <10/05/10"
Never returns any records, it's a date/time field in the database, I've tried a lot of combinations and I've got no idea.
Any help would be great.
Jake
This probably has a simple answer but I've never doe it before so I'm stuck.
Heres my SQL statement
"SELECT * FROM tblExample WHERE pDate >'01/01/01' AND pDateSubmitted <'10/05/10'"
Using this statement gets a data type mismath error.
And
"SELECT * FROM tblExample WHERE pDate >01/01/01 AND pDateSubmitted <10/05/10"
Never returns any records, it's a date/time field in the database, I've tried a lot of combinations and I've got no idea.
Any help would be great.
Jake