M
Michael
I would like to query a column with dates in it to get a
range, but I do not want the use to have to enter a year,
since the year is irrelevant and it should pull from all
years.
This is what I tried to use:
Between (Like [Start] & "*") And (Like [end] & "*")
also
Between (Like [Start] & "/" & "????") And (Like [end]
& "/" & "????")
These don't work, any other ideas??? Thanks!
range, but I do not want the use to have to enter a year,
since the year is irrelevant and it should pull from all
years.
This is what I tried to use:
Between (Like [Start] & "*") And (Like [end] & "*")
also
Between (Like [Start] & "/" & "????") And (Like [end]
& "/" & "????")
These don't work, any other ideas??? Thanks!