RowSource

  • Thread starter Thread starter Marcello Lenci
  • Start date Start date
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
 
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.
 
Back
Top