I'm trying to create a query that will return all records that meet the criteria of a month chosen by the user.
Background:
I have a number of records that show when a customer needs invoicing.
I want to be able to search the records for, say, march, and get all of the records that month.
At the moment we can only find out what is due in the next 30 days, using a <Date()+30 criteria.
Any help greatly appreciated
Background:
I have a number of records that show when a customer needs invoicing.
I want to be able to search the records for, say, march, and get all of the records that month.
At the moment we can only find out what is due in the next 30 days, using a <Date()+30 criteria.
Any help greatly appreciated