Pandora-Box
New member
- Local time
- Today, 00:59
- Joined
- Oct 6, 2016
- Messages
- 8
Code:
select * from table where format(datevalue([time stamp]),"mm/dd/yyyy") = format(Datevalue(date()-1),"mm/dd/yyyy") and [time stamp] is not null;
This Query is giving me an error Data type mismatch in criteria expression. Not sure what is the missing link here. Could someone check and please provide me pointers on the same?