Hi,
I have a combobox in frm_Supplier. Users can scroll and click suppliers which will change the values to match the supplier selected.
If people start to type in the combobox though, sh*it starts to hit the fan. Apparently when entering after typing they change the values in tbl_Supplier.
To eliminate the combobox changing the table I was thinking about making use of a parameter query. Is it possible to show a parameter query when opening frm_Supplier in which the name from the supplier can be typed?
Greets,
Tom
A sample database has been attached.
I have a combobox in frm_Supplier. Users can scroll and click suppliers which will change the values to match the supplier selected.
If people start to type in the combobox though, sh*it starts to hit the fan. Apparently when entering after typing they change the values in tbl_Supplier.
To eliminate the combobox changing the table I was thinking about making use of a parameter query. Is it possible to show a parameter query when opening frm_Supplier in which the name from the supplier can be typed?
Greets,
Tom
A sample database has been attached.