Hello,
I have queries with criteria set to [Enter Date: MM/DD/YYYY] in order to have users search by date. If they don't type the date correctly, how do I ensure they must retype the date if it's incorrect? Or show all records instead of an empty report.
I was thinking an if statement where Iif(Not IsNull(), [Enter Date], "*")
But I'm sure I'm doing that wrong.. Help is greatly appreciated! Thanks