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.
 

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

Linking fields 1
Reverse Join? 3
Update or Append Query in Access 2003 2
lookup question 1
Replace text with related number 1
inherit values 1
Working with tables 3
Urgent!!! Zip code Look Up 1

Back
Top