I have a table which has a composite primary key of two fields. I've created a combo box which displays field 1 and field 2.
I've also created a text box which auto populates with field 2 info (by looking up the relevant column information in the combo box). However, I can't manage to save field 2 data in the relevant table and I keep on getting an error telling me that a primary key cannot contain a null value.
Help please!
I've also created a text box which auto populates with field 2 info (by looking up the relevant column information in the combo box). However, I can't manage to save field 2 data in the relevant table and I keep on getting an error telling me that a primary key cannot contain a null value.
Help please!