RowSource

M

Marcello Lenci

I would put the following RowSource in the Field1 of the Table1:
SELECT Table2.Field FROM Table2 WHERE Table2.Link=(Field2 of the Table1)
How can I do ?
Thanks from now
 
J

Jeff Boyce

Marcello

I'm not sure I understand... are you trying to create a calculated value in
a table's field? If so, you need not do so. And at least in Access, cannot
do so within the table definition.

You can use queries to create calculated values, as needed.
 

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

Similar Threads


Top