I have a query that that uses a datefield from a txtbox to bring back records.
If I give the query the exact criteria like 14-Aug-01 I get the results. But since I want to get all the records in Aug-01, I have the following criteria:
Like "*" & [Forms]![renewalform]![date] & "*"
Where [date]'s value is Aug-01,
So why doesn't the Wildcard work?
Thnx
If I give the query the exact criteria like 14-Aug-01 I get the results. But since I want to get all the records in Aug-01, I have the following criteria:
Like "*" & [Forms]![renewalform]![date] & "*"
Where [date]'s value is Aug-01,
So why doesn't the Wildcard work?
Thnx