Combo Box Not Working

Learn2010

Registered User.
Local time
Today, 13:47
Joined
Sep 15, 2010
Messages
415
I have a combo box that won't allow me to select an item. The box is on a subform. When viewing only the subform, it works. When viewing the subform from the main form, it won't work. Any ideas?
 
Check if the Subform is Locked in a Main form setup. See if it has edit allowed.
 
They both do.
 
The form and subform have AllowedEdits set to Yes
 
I don't know if this will help anyone but here is what I found out and was able to fix the problem. In the main form, the Record Locks setting was set to Edited Record. I changed that to No Locks and it worked.

Thanks.
 

Users who are viewing this thread

Back
Top Bottom