I'm trying to establish a combo box pulled from data being collected on the same form.
I know this can be done, I just think I'm messing something up somewhere.
So far, I've got the table (tblPersonnelData) established for the form (frmPersonnelData) and another table (tblSupervisor) established to combine certain fields from the form together for a combo box with a lookup wizard established in the initial table
On the form where I want the combo box, the control source is identified as [tblSupervisor:SUPV_NAME]. Only one field from the four that it's supposed to collect will show up.
Due to the classification of the database, I am restricted from publishing a sample of it to the web.
I know this can be done, I just think I'm messing something up somewhere.
So far, I've got the table (tblPersonnelData) established for the form (frmPersonnelData) and another table (tblSupervisor) established to combine certain fields from the form together for a combo box with a lookup wizard established in the initial table
On the form where I want the combo box, the control source is identified as [tblSupervisor:SUPV_NAME]. Only one field from the four that it's supposed to collect will show up.
Due to the classification of the database, I am restricted from publishing a sample of it to the web.