C
Channell
Hello,
I have a Parameter Query that contains a couple tales and sub query. Under
the criteria section of the field "WorkDate", it goes as follows:
[Forms]![fEMPLOYEEVOLUMECREATOR]![Datetxt]
I have plenty of forms working with a parameter like this, but I need some
help with the following:
After I type in a date in Datetxt, I receive all the records I need.
However, I have a ListBox on this form that I want Populated with all the
employees that worked this particular day. If I choose a different date, I
need the list box to update and populate with the employees that worked this
particular date. Thank you for your help! I very much appreciate you help!
Query:
[DailyInfoID]
[WorkDate]
[EmployeeName]
[Other information and so forth....]
-Scott Channell
I have a Parameter Query that contains a couple tales and sub query. Under
the criteria section of the field "WorkDate", it goes as follows:
[Forms]![fEMPLOYEEVOLUMECREATOR]![Datetxt]
I have plenty of forms working with a parameter like this, but I need some
help with the following:
After I type in a date in Datetxt, I receive all the records I need.
However, I have a ListBox on this form that I want Populated with all the
employees that worked this particular day. If I choose a different date, I
need the list box to update and populate with the employees that worked this
particular date. Thank you for your help! I very much appreciate you help!
Query:
[DailyInfoID]
[WorkDate]
[EmployeeName]
[Other information and so forth....]
-Scott Channell