M
mahoney.jonathan
I've built a status report and time tracking tool using Access for our
group. The issue I'm having is we report status based upon the last day
of the week (Saturday).
tblCalendar is setup with the date of every Saturday for the next 10
years in it.
frmTimeSheet has a combo box that reads values from that table
comboWeekEndDate
The issue I have now is, it always defaults to the 1st day in the
table, or a default date if I specify one. What i want to be able to do
is:
Have Access read the current date and find the closest date in
tblCalendar and make it the default value for comboWeekEndDate. (This
should change every week obviously).
Everything else is working great except for the users having the scroll
through the entire list. I haven't been able to figure it out so far
but was hoping someone here would have an idea.
Thanks.
group. The issue I'm having is we report status based upon the last day
of the week (Saturday).
tblCalendar is setup with the date of every Saturday for the next 10
years in it.
frmTimeSheet has a combo box that reads values from that table
comboWeekEndDate
The issue I have now is, it always defaults to the 1st day in the
table, or a default date if I specify one. What i want to be able to do
is:
Have Access read the current date and find the closest date in
tblCalendar and make it the default value for comboWeekEndDate. (This
should change every week obviously).
Everything else is working great except for the users having the scroll
through the entire list. I haven't been able to figure it out so far
but was hoping someone here would have an idea.
Thanks.