C
chinaboy992
I am trying to get the city, state, and zip using the Dlookup function
while using one unbound text box. I know how to work it with on
field, but I need all three fields in the expression.
the formula I use for the one field is:
=DLookUp("City","tblCompanyData","CompanyID=1")
I need to add the State and Zip fields to this expression. An
suggestions. All fields are coming from the same table
while using one unbound text box. I know how to work it with on
field, but I need all three fields in the expression.
the formula I use for the one field is:
=DLookUp("City","tblCompanyData","CompanyID=1")
I need to add the State and Zip fields to this expression. An
suggestions. All fields are coming from the same table