Control can't be edited; it's bound to the expression '[Form]!EmpList.Column(13)'

mca2k4

Registered User.
Local time
Today, 15:26
Joined
Jul 6, 2005
Messages
14
On my form, I currently have a combo box that updates text box data with each new selection. However, after these text boxes for FirstName, LastName, etc. are updated, they cannot be edited. Here is the error message that appears in the status bar:

Control can't be edited; it's bound to the expression '[Form]!EmpList.Column(13)'


I'm thinking it might be a result of the data source for the text boxes being a combo box expression.
Any suggestions on how to fix this?
Thanks. :)
 
If you want to edit fields in a record then the control (TextBox) must be bound to the field through a query/table.
 

Users who are viewing this thread

Back
Top Bottom