M
margaret
I have one table tblcash with cashid; emp; cashdate and other fields. Then
I have another table is tblboothassignment with boothid; emp; fairdate; booth
and other fields. FYI, emp is a one to many join on both tables with
tblemployees.
I need to run a query that pull the emp, and booth assignment with a
matching in the cashdate=fairdate and emp=emp. However, since this a many to
many join, I'm getting multiple lines for every entry.
How can I limit the information. I'm really having trouble wrapping my head
around this.
Thanks,
I have another table is tblboothassignment with boothid; emp; fairdate; booth
and other fields. FYI, emp is a one to many join on both tables with
tblemployees.
I need to run a query that pull the emp, and booth assignment with a
matching in the cashdate=fairdate and emp=emp. However, since this a many to
many join, I'm getting multiple lines for every entry.
How can I limit the information. I'm really having trouble wrapping my head
around this.
Thanks,