G
Guest
Hi,
I don't know if what I am saying is feasible, but if it isn't please suggest
other ways to tackle my problem.
I have a billing system that produces bills for clients every month. The
user of the system should be able to view theses bills before they are
printed.
I have created a query to pull up the desired records from the 'Bookings'
table that match the criteria "Between [First Date] and [Last Date]". I was
wondering if there is any way for the user to input the Month's name and the
query to auto fill those to boxes!
The maonth's name will be in a list box control in a form. I'm thinking of
creating a table containing the name of each month and their start and end
date, but the problem is how does the query know which dates (from which
months) should it pull? Also, if I do this, the dates will need to be updated
every year, which I don't want the user to do manually!
Please help ASAP.
Thanks for taking time to read this.
I don't know if what I am saying is feasible, but if it isn't please suggest
other ways to tackle my problem.
I have a billing system that produces bills for clients every month. The
user of the system should be able to view theses bills before they are
printed.
I have created a query to pull up the desired records from the 'Bookings'
table that match the criteria "Between [First Date] and [Last Date]". I was
wondering if there is any way for the user to input the Month's name and the
query to auto fill those to boxes!
The maonth's name will be in a list box control in a form. I'm thinking of
creating a table containing the name of each month and their start and end
date, but the problem is how does the query know which dates (from which
months) should it pull? Also, if I do this, the dates will need to be updated
every year, which I don't want the user to do manually!
Please help ASAP.
Thanks for taking time to read this.