dichotomous
Registered User.
- Local time
- Today, 18:18
- Joined
- Oct 19, 2012
- Messages
- 62
I have a list box returning values from a query. The query is based on my table called: tblinductionexpiry.
The table captures induction dates of Contractor Employees. The PK is; Induction_ID.
Contname_ID ...fk and
ContEmplName_ID fk.
Obviously contname_ID shows up evertime one of their employees is inducted.
I want my list box query to return only one contractor name between a date range.
I'm going to use the list box to print a report for that contractor showing his employees expired inductions - that part is easy.
I can't for the life of me figure out how to return only one contractor's name when it's connected to so many induction records.
The table captures induction dates of Contractor Employees. The PK is; Induction_ID.
Contname_ID ...fk and
ContEmplName_ID fk.
Obviously contname_ID shows up evertime one of their employees is inducted.
I want my list box query to return only one contractor name between a date range.
I'm going to use the list box to print a report for that contractor showing his employees expired inductions - that part is easy.
I can't for the life of me figure out how to return only one contractor's name when it's connected to so many induction records.