Hi,
I tried to implement into my model solution from here:
https://www.techonthenet.com/access/...values2013.php
but still i have duplicates rows in my combobox:
My rowsource for this combobox is query where i am taking Company name, company number and companyID.
The last one in the most impoirtant because it is a foreign key in my summary table.
So user should take company name and aotumatically i would have CompanyID which is inserting into my summary table.
Query from tbl_slow_spolki as rowsource of combobox:
my tbl_slow_spolki table:
as you can see i have duplicates right here so in my query there are duplicates rows!
It is a way to avoid this via combobox? Or maybe i shoud change my table source?
Thank you for your help and support!
Best Wishes,
Jacek