How do i create a value field linked to two other fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i want to create a value field that looks up and is specific to two other
fields in other tables ??
 
graham said:
i want to create a value field that looks up and is specific to two
other fields in other tables ??

This is a basic function of a database. You normally would use a query
to do this. You need a relationship defined between the primary table and
each child table. In a query you can combine two fields into one if 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

DLookup and Nz 0
field value concatenation VBA 1
autonumber queestion 3
relationship 2
Special characters 3
Concatenation on two fields 10
Changing Form BackColor in VB 1
multiple default value in a field 2

Back
Top