refresh of dropdownlist prob

senzor

Registered User.
Local time
Yesterday, 16:04
Joined
Feb 14, 2006
Messages
10
Hello
i have 2 dropdownlists: companyname and Servicenumber, and a hole form with textboxes about the companys
my probleme is :
when i change company name, al textboxes get filled(thats good)
but when i scroll true company name and servicenumber, the textboxes get filled correctly but the company name or servicenumber doesnt change
And also when i change company name or servicenumber the other one doenst change.
ANybody know what i should do abou this?
 
I take it that the two combo boxes are link to each other?

If they are then right click on your combo box and select properties, then on event tab select the after update by clicking on the ... click code builder then in the code selection insert Me.[ComboBox name].refresh or requery.
 

Users who are viewing this thread

Back
Top Bottom