Hi,
I have one real puzzler for you, (well it is for me)
I have a date field on a query that I sort using the following criteria:
Like "*02/2005" This works.
When I use:
Like "*03/2005" it does not work.
There are data items related to this date. If I use the <=Date() it finds them.
It also works using:
Like "*03*" but not if I use
Like "*03/*"
If I copy and past the date from the actual data it still does not work.
Does anyone have an ideas please
I have one real puzzler for you, (well it is for me)
I have a date field on a query that I sort using the following criteria:
Like "*02/2005" This works.
When I use:
Like "*03/2005" it does not work.
There are data items related to this date. If I use the <=Date() it finds them.
It also works using:
Like "*03*" but not if I use
Like "*03/*"
If I copy and past the date from the actual data it still does not work.
Does anyone have an ideas please