Ok so I have 3 combo boxes
cboPlant
cboEquipmentType
cboEquipmentName
All 3 come from different tables and have their own unique PK
I'm using the following following query
This is my form. When I filter the last combo box it will not record the data into my table and whenever I move to the next record the value will not be displayed until I refresh the record.
This is the table
Any idea what my problem is?
cboPlant
cboEquipmentType
cboEquipmentName
All 3 come from different tables and have their own unique PK
I'm using the following following query
This is my form. When I filter the last combo box it will not record the data into my table and whenever I move to the next record the value will not be displayed until I refresh the record.
This is the table
Any idea what my problem is?