K
kbiz
Table1 has two fields that I want to link to the primary
field in Table2. My goal is to create a query that lists
data from different rows in Table2 for every row in
Table1. For example, if Table1 has a StartDate field and
EndDate field and Table2 has a Date field and Price field,
I want to show prices from different rows (StartPrice from
one row and EndPrice from another) in Table2 for every row
in Table1. Is this possible?
field in Table2. My goal is to create a query that lists
data from different rows in Table2 for every row in
Table1. For example, if Table1 has a StartDate field and
EndDate field and Table2 has a Date field and Price field,
I want to show prices from different rows (StartPrice from
one row and EndPrice from another) in Table2 for every row
in Table1. Is this possible?