Hello,
I have a strange problem!
I programming a database for 2 countrys so in Dutch and English in the same database
I have 2 different forms:
Form Quotes and a Form Invoices
In the 2 forms i have a combobox controll "cboCommentaar"
cboCommentaar is loading defaults texts from a table that is shown in cboCommentaar
in the Form Invoices Works fine even if i change the country UK or BE(Belgium) i get the texts
So i can drop down controll cboCommentaar with the values from the table.
The Problem i have Form Quotes
i get the texts if Country is set to BE(Belgium) but i have no data if set to UK (Same texts same table)
if i use another controll combobox vb ComboboxNew then it works well for BE or UK
If i delete or change the name "cboCommentaar" on the form Quotes > my form gets corrupt!!
Even i made a new form and the result gaves the same problem.
Not possible to delete the controll "cboCommentaar" without my form gets corrupt!
Anyone an idea to solve this?
Thanks,
Marc.