Strange combobox behavior

AccessKid

Registered User.
Local time
Today, 23:57
Joined
Jun 26, 2002
Messages
36
I have a form with a subform which contains a combobox in one of its fields. What's buggin me about this subform is that when I enter two records in it, successively, the first record seems to save without problem, but the second one will not allow me to select any item from the combobox. The combo displays the choices but when I select one, nothing happens and the field remains empty.

Note: just now I discovered that the combobox "locked" property turns to TRUE for the succeeding record, thus the uneditability. I'm still trying to find out what made it so.
 
Last edited:
Forget about this. Using a watch variable to catch when the Locked property change to True from the normal False, I finally caught the culprit: actually a line of code that forcibly change the property :-).
 

Users who are viewing this thread

Back
Top Bottom