DaveShmave
Programmer
Hi,
I have a text box on a subform (Access 97) with this as the control source:
=[Forms]![frmOrdersSubform].[cboSubParts].[Column](1)
Now when I open the main form (with the embedded Subform) the text box has '#Name?' displayed. However, if I leave the form open, go to the database window and open the Subform the text displays the information perfectly.
I have checked my spelling and everything else I can think of and all appears correct.
So how do I modify the expression above so that the text displays when the main form is open and displaying the subform?
TIA
David
I have a text box on a subform (Access 97) with this as the control source:
=[Forms]![frmOrdersSubform].[cboSubParts].[Column](1)
Now when I open the main form (with the embedded Subform) the text box has '#Name?' displayed. However, if I leave the form open, go to the database window and open the Subform the text displays the information perfectly.
I have checked my spelling and everything else I can think of and all appears correct.
So how do I modify the expression above so that the text displays when the main form is open and displaying the subform?
TIA
David