July 24, 200817 yr Newbies I want to build a table which "loads" some fields from other tables and has its own fields too. I don't want to duplicate this fields, but I don't know how to do it with relations. Is there any way to do this? thx
July 24, 200817 yr What is the purpose of this? If you want a layout that displays fields from two different table occurrences, then create a relationship using the 'X' operator instead of "=". Select one of the table occurrences for the layout. You can then put the related fields from the other table on the layout as well. Keep in mind though that when you are using this type of join, every record is related to every record in the other table, so you will always get teh first related record. So again, what is the purpose here?
Create an account or sign in to comment