J
jsccorps
Have a combo box in a form "Client Sign In". The combo box "Combo78" is
unbound. When, I add Customer data, the data does not show on the Combo78s
drop down until I close and reopen the form. I've tried addiing
Me.Combo78.requery to the Combo78 On Got Focus event , but that does not
work.
Below is some Combo78 property data:
Control Source: <blank>
Row Source :SELECT Customers.ClientID, Customers.ContactLastName,
Customers.ContactFirstName FROM Customers ORDER BY Customers.ContactLastName;
Any ideas?
unbound. When, I add Customer data, the data does not show on the Combo78s
drop down until I close and reopen the form. I've tried addiing
Me.Combo78.requery to the Combo78 On Got Focus event , but that does not
work.
Below is some Combo78 property data:
Control Source: <blank>
Row Source :SELECT Customers.ClientID, Customers.ContactLastName,
Customers.ContactFirstName FROM Customers ORDER BY Customers.ContactLastName;
Any ideas?