Background:
Main Contact Table
[Contact ID]
[Contact First Name]
[Contact Last Name]
[Discipline ID] is a look up to the Discipline Table
Discipline Table
[Discipline ID]
[Discipline Name]
[Disc Deactive] yes/no
qryDiscipline: is a query with all fields from Discipline table
Main Contact Query is a query with all fields from Main Contact table
Main Contact Form
Based on Main Contact query, with combo box Discipline ID based on qryDiscipline showing Discipline Name only
The list of Discipline names on the form is getting quite large, so when I edit the row source of Discipline ID to criteria “no” in [Disc Deactive], the drop down is what I want, but records that had the “yes” disciplines no longer show. Aauuug!
I am hoping this fix will also fix a problem I am having with wanting the Discipline name in reports when using the [Discipline ID] field in reports. Not sure if a lookup is the best thing to use if you are planning on using the field for other things later. But, what are the other options?
Main Contact Table
[Contact ID]
[Contact First Name]
[Contact Last Name]
[Discipline ID] is a look up to the Discipline Table
Discipline Table
[Discipline ID]
[Discipline Name]
[Disc Deactive] yes/no
qryDiscipline: is a query with all fields from Discipline table
Main Contact Query is a query with all fields from Main Contact table
Main Contact Form
Based on Main Contact query, with combo box Discipline ID based on qryDiscipline showing Discipline Name only
The list of Discipline names on the form is getting quite large, so when I edit the row source of Discipline ID to criteria “no” in [Disc Deactive], the drop down is what I want, but records that had the “yes” disciplines no longer show. Aauuug!
I am hoping this fix will also fix a problem I am having with wanting the Discipline name in reports when using the [Discipline ID] field in reports. Not sure if a lookup is the best thing to use if you are planning on using the field for other things later. But, what are the other options?