I have form access with field G/L and a field Account which is the name of the G/L account comes from table Chart of Accounts.
I want to type the GL on the textbox automatically get the name in the Account display on the textbox Account on the Contact Details form.
the Formula i have I am using the following fields: GL and Account from table Chart of Accounts and at the end GL which the text box in Form Contact Details.
I have this one but doesnt' work:
thanks.
I want to type the GL on the textbox automatically get the name in the Account display on the textbox Account on the Contact Details form.
the Formula i have I am using the following fields: GL and Account from table Chart of Accounts and at the end GL which the text box in Form Contact Details.
I have this one but doesnt' work:
Code:
=DLookUp("GL","Chart of Accounts","GL = " & [Forms]![Contact Details]![GL])
thanks.