RJMacReady
MIS
I have 6 tables that represent sales for 6 performances of "The Most Happy Fella." The fields are:
seat
seatID
status
transactiondate
price
customer
paymentmethod
checknumber
memberid
customerID
member
paymentID
Essentially, I need to be able to create a report that will include all 6 tables' data and be queried by transaction date. I have created 6 different queries, 1 for each table, is there a way to combine them? In retrospect, it would have been a helluva lot easier if all 6 were combined into 1, but this is where I am. Any ideas? Thanks in advance.
seat
seatID
status
transactiondate
price
customer
paymentmethod
checknumber
memberid
customerID
member
paymentID
Essentially, I need to be able to create a report that will include all 6 tables' data and be queried by transaction date. I have created 6 different queries, 1 for each table, is there a way to combine them? In retrospect, it would have been a helluva lot easier if all 6 were combined into 1, but this is where I am. Any ideas? Thanks in advance.