help with Expression Builder

G

Guest

What is the syntax (for a text box) for the Expression Builder for accessing
column A in table 1 on a form whose Record Source is coming from table B?
 
J

John Vinson

What is the syntax (for a text box) for the Expression Builder for accessing
column A in table 1 on a form whose Record Source is coming from table B?

Probably a call to the DLookup function:

=DLookUp("[A]", "[Table 1]", "<optional criteria>")

but it would help a lot to know what you're trying to accomplish!

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top