Guest_imported
New member
- Jan 1, 1970
- 0
I'm doing some coding in Access 2000
I have a main form with a single subform inside it.
When the subform opens the various unbound combo and textboxes on it are empty.
In code I open a dao recordset and set the combo boxes and textboxes to the relevant string and integer values in the recordset fields. The value property and text property of the controls change, however on screen the controls are still empty.
The controls are visible, enabled and not locked.
Does anyone have any idea what my problem might be.?
I have a main form with a single subform inside it.
When the subform opens the various unbound combo and textboxes on it are empty.
In code I open a dao recordset and set the combo boxes and textboxes to the relevant string and integer values in the recordset fields. The value property and text property of the controls change, however on screen the controls are still empty.
The controls are visible, enabled and not locked.
Does anyone have any idea what my problem might be.?