E
eprman1
Hi,
I have created a form to input data to a table. The basic form works well. I
use a ComboBox to select data from a different table, (The combobox looks up
all customer IDs (CUSTID) from a second table (EPRCUST). The choice is made
and stored as a foreign key. This works fine.
Now, each CUSTID can have 4 users. These are in the EPRCUST table.
The user info needs to be entered using the form. I would like to have a
ComboBox give a choice of the 4 users for the CUSTID that was previously
selected.
I can't seem to get only the 4 users in the combo box. Is this possible?
I have created a form to input data to a table. The basic form works well. I
use a ComboBox to select data from a different table, (The combobox looks up
all customer IDs (CUSTID) from a second table (EPRCUST). The choice is made
and stored as a foreign key. This works fine.
Now, each CUSTID can have 4 users. These are in the EPRCUST table.
The user info needs to be entered using the form. I would like to have a
ComboBox give a choice of the 4 users for the CUSTID that was previously
selected.
I can't seem to get only the 4 users in the combo box. Is this possible?