MS Access wizards - I need help.
I have a form which has two combobox drop downs that I've linked so that the second changes depending on the first entry. The first combobox is CboOpName and the second is CbMachine. What it does is only display the respective machines dependent on the operation selected. It work fine including the requery. Here's the problem:
The OpName that is being recorded in my table is the ID number and not the actual name. When I change the bound entry on OpName from 1 to 2 (ID is on column 1 and OpName is in column 2), I've lost the display of the machine numbers in the CbMachine combobox. I've tried multiple combinations of bound and display entries in the properties tab but can only get the form to work if it records the OpName ID and not the actual name. Help please... :banghead:
I have a form which has two combobox drop downs that I've linked so that the second changes depending on the first entry. The first combobox is CboOpName and the second is CbMachine. What it does is only display the respective machines dependent on the operation selected. It work fine including the requery. Here's the problem:
The OpName that is being recorded in my table is the ID number and not the actual name. When I change the bound entry on OpName from 1 to 2 (ID is on column 1 and OpName is in column 2), I've lost the display of the machine numbers in the CbMachine combobox. I've tried multiple combinations of bound and display entries in the properties tab but can only get the form to work if it records the OpName ID and not the actual name. Help please... :banghead: