Hello,
i'm pretty new with Access and i'm running into a small problem.
I use Acces 2016
in my database i have several tables:
tblObjects
---tblContacts <- this is linked to tblObjects, one object has many contacts
tblRvOP with the folowing fields
ID
Objectid
Contactid
now here is my problem.
i have made a form with 2 comboboxes one filled with the objects out of the objects table.
and the next one is filled with the contacts out of tblContacts filtered bij objects
this is working working, but when i save the record en insert a new record the data is correct stored in the table.
But when switching from one prefilled record to another prefilled record the data is not displayed correct.
How do i display the correct information in the comboboxes. the problem is only in the combobox cbcontacts the cbObject is displayed correct.
i hope you guys have enove information.