L
lcalaway
Good morning
I have created a main form with two embedded subforms. Each of these has a
separate query. The main form contains the employee name, the first subform
contains accumulated hours available, and the second subform contains the
hours used. The forms relate to yearly data by employee.
If I put the parameter [Enter CY] in the subform queries, every time the
form moves to a new employee, I must re-enter the year...twice. Therefore,
for each year I have created separate forms and hardcoded the year in the
associated query. This cannot be correct.
What is the best organization of this type of scheme to enable the use of
one set of forms and one set of queries?
Thank you.
LCalaway
I have created a main form with two embedded subforms. Each of these has a
separate query. The main form contains the employee name, the first subform
contains accumulated hours available, and the second subform contains the
hours used. The forms relate to yearly data by employee.
If I put the parameter [Enter CY] in the subform queries, every time the
form moves to a new employee, I must re-enter the year...twice. Therefore,
for each year I have created separate forms and hardcoded the year in the
associated query. This cannot be correct.
What is the best organization of this type of scheme to enable the use of
one set of forms and one set of queries?
Thank you.
LCalaway