Ceriumde58
Registered User.
- Local time
- Today, 01:36
- Joined
- Sep 26, 2012
- Messages
- 17
I am working on a Form that will be used by Construction personnel to enter Daily information about work done on their jobsite.
The personnel are required to report the status of various Activities that they performed that day based on a schedule.
All of the activities have been save in a "Activity Schedule" table. which includes various vitals about each schedule items such as Start Date and End Date.
In the daily Form a "Daily Activity Schedule" table is used to allow the end user to select via combo box the activities that they worked on on that given day. This Form is set up as a continuous form so that a new row opens up once a activity has been entered.
Is it possible to construct a query that will automatically fill in the Activities on the "Daily Activity Schedule" Continuous subform based on the Date entered on the Parent form? We are trying to only pull up schedule items that have a >= "Start Date" and a <= "End Date"
Any assistance is greatly appreciated.
EDIT: I've attached a Sample Database to show how the Forms are currently structured, hopefully this will make it a little more clear what I'm trying to accomplish.
The personnel are required to report the status of various Activities that they performed that day based on a schedule.
All of the activities have been save in a "Activity Schedule" table. which includes various vitals about each schedule items such as Start Date and End Date.
In the daily Form a "Daily Activity Schedule" table is used to allow the end user to select via combo box the activities that they worked on on that given day. This Form is set up as a continuous form so that a new row opens up once a activity has been entered.
Is it possible to construct a query that will automatically fill in the Activities on the "Daily Activity Schedule" Continuous subform based on the Date entered on the Parent form? We are trying to only pull up schedule items that have a >= "Start Date" and a <= "End Date"
Any assistance is greatly appreciated.
EDIT: I've attached a Sample Database to show how the Forms are currently structured, hopefully this will make it a little more clear what I'm trying to accomplish.
Attachments
Last edited: