I have a combo box that looks up a contact from the contact table and then fills in the contacts name, address, etc. on the form. Pretty standard.
The primary key on the Contact table is ID, an auto number.
The foreign key on the Meeting table is ID, a number
Relationship is From the Contact table to the Meeting table
This is the error message you get when you try to choose a contact from the combo box on the form:
The Current field must match the join key ‘?’ in the table that serves as the ‘one’ side of one-to-many relationship. Enter a record in the ‘one’ side table with the desired key value, and then make the entry with the desired join key in the Many-only’table
I've redone both the relationship and the combo box several times, but keep getting the error message. Any ideas?
The primary key on the Contact table is ID, an auto number.
The foreign key on the Meeting table is ID, a number
Relationship is From the Contact table to the Meeting table
This is the error message you get when you try to choose a contact from the combo box on the form:
The Current field must match the join key ‘?’ in the table that serves as the ‘one’ side of one-to-many relationship. Enter a record in the ‘one’ side table with the desired key value, and then make the entry with the desired join key in the Many-only’table
I've redone both the relationship and the combo box several times, but keep getting the error message. Any ideas?