I have a form based on tblImport. This table is related to tblAccounts.
On the form I have a combo box that lists all the possible accounts that are within tblImport.
I want to put a text box on the form that references the field "Balance" in tblAccounts that corresponds to the account chosen in the combo box on the form.
As a starting point in the Control Source for this text box I have entered =[tblAccounts]![Balance] (I know this doesn't address the Account criteria) but am getting a #Name? response.
What is my problem please?
thanks for any help.
On the form I have a combo box that lists all the possible accounts that are within tblImport.
I want to put a text box on the form that references the field "Balance" in tblAccounts that corresponds to the account chosen in the combo box on the form.
As a starting point in the Control Source for this text box I have entered =[tblAccounts]![Balance] (I know this doesn't address the Account criteria) but am getting a #Name? response.
What is my problem please?
thanks for any help.