I have 3 tables called:
Dept_Name
D_Table
L_Table
I have duplicate field names for D_Table and L_Table called:
Make_Model
Date_Purchased
Invoice_Total
I am trying to create a query (eventually a report) that lists the Dept_ID (from Dept_Name) the Make_Model, Date_Purchased and Invoice_Total. I would like to extract the info from the D_Table and L_Table but have the data show up under the same column. There are no duplicate entries in either table.
While creating the query I am coming across the problem of having 2 columns containing the same kind of info
eg. D_Table.Make_Model, L_Table.Make_Model
D_Table.Date_Purchase, L_Table.Date_Purchased
D_Table.Invoice_Total, L_Table.Invoice_Purchased
I would love it if I could have a row for each field
Make
Date
Invoice
Any help would be greatly appreciated,
Nate

Dept_Name
D_Table
L_Table
I have duplicate field names for D_Table and L_Table called:
Make_Model
Date_Purchased
Invoice_Total
I am trying to create a query (eventually a report) that lists the Dept_ID (from Dept_Name) the Make_Model, Date_Purchased and Invoice_Total. I would like to extract the info from the D_Table and L_Table but have the data show up under the same column. There are no duplicate entries in either table.
While creating the query I am coming across the problem of having 2 columns containing the same kind of info
eg. D_Table.Make_Model, L_Table.Make_Model
D_Table.Date_Purchase, L_Table.Date_Purchased
D_Table.Invoice_Total, L_Table.Invoice_Purchased
I would love it if I could have a row for each field
Make
Date
Invoice
Any help would be greatly appreciated,
Nate
