C
CW
We have a table in which our targets for inquiries and bookings are held,
month by month. The fields are FinYear, FinMonth, TargetInquiries,
TargetBookings.
I would like these to be displayed on a form which is shown as soon as a
user logs in to the system. (I can deal with that bit, i.e. configuring the
Startup options to show that form).
But how do I make the form date-sensitive so that it recognises the current
year and month and shows the values from the appropriate row of the table? I
guess I need a query that does this and then feeds the form, but how, please?
Many thanks
CW
month by month. The fields are FinYear, FinMonth, TargetInquiries,
TargetBookings.
I would like these to be displayed on a form which is shown as soon as a
user logs in to the system. (I can deal with that bit, i.e. configuring the
Startup options to show that form).
But how do I make the form date-sensitive so that it recognises the current
year and month and shows the values from the appropriate row of the table? I
guess I need a query that does this and then feeds the form, but how, please?
Many thanks
CW