You can not use the asterisk and 'Like' with your DateTime fields.
Use this ---
Between IIF([enter beg date] Is Null, #12/31/1899#, [enter beg date]) And
IIF([enter end date] Is Null, #12/31/9999#, [enter end date])
--
KARL DEWEY
Build a little - Test a little
Christina said:
Thanks. I tried it and it worked. I am using a dialog box to entry three
seperate parameters. There is also another criteria which in the criteria
says between [enter beg date] and [enter end date]. It does not seem to work
with that. Any suggestions.
KARL DEWEY said:
Like [Enter parameter] & "*"
--
KARL DEWEY
Build a little - Test a little
:
Is there a trick way like using the asterisk to allow a parameter query to
return all records if the parameter criteria is left blank. I think I saw it
before.
Thanks
Christina