kcn
Programmer
- Jul 5, 2002
- 27
Hi,
I have two sets of data with a one to many relationship:
1. tblContact
2. tblHours
The files link using ContactID.
I’ve written a query- qryLimitHours – based on the “many” table that is not updatable.
I would like to create a form with a recordset from tblContact that is limited to the ContactIDs in qryLimitHours
The form should be continuous.
Any ideas?
Thanks,
Kerry
I have two sets of data with a one to many relationship:
1. tblContact
2. tblHours
The files link using ContactID.
I’ve written a query- qryLimitHours – based on the “many” table that is not updatable.
I would like to create a form with a recordset from tblContact that is limited to the ContactIDs in qryLimitHours
The form should be continuous.
Any ideas?
Thanks,
Kerry