the field is unbound
no control source
because of there is no recordset underlying
i read a table with vba code, and then do some code to distribute the data on the text box's on the form
i match my data with the names of the text box's (that why i need to deal with the controls via variables.
Main Topics
Browse All Topics





by: jefftwilleyPosted on 2009-11-03 at 09:22:22ID: 25731238
Is the field already bound?
What is the control source of the textbox?
Is the underlying recordset (if there is one) updateable?