C
CW
We have a welcome form on our system that displays the current month's target
enquiries and bookings figures.
At present those figures are entered manually at the start of each month,
but I would like to store all the year's figures in a table month by month
and then have the system automatically pull the appropriate numbers when the
month changes.
I'm fine with the table design, but how do I tell the form to check the
current date and then display the relevant figures? (Or would it be best to
use a query to do this?) Many thanks
CW
enquiries and bookings figures.
At present those figures are entered manually at the start of each month,
but I would like to store all the year's figures in a table month by month
and then have the system automatically pull the appropriate numbers when the
month changes.
I'm fine with the table design, but how do I tell the form to check the
current date and then display the relevant figures? (Or would it be best to
use a query to do this?) Many thanks
CW