G
Guest
I have a table ... tblRoutes that include the fields id, routeno, fairdate,
booth, collcode and collcod2. I need to know if I can limit limit duplicates
on two fields. The fairdate would have 38 booths, so the 38 booths will
repeat each fairdate but not repeat for a set fairdate. For example, booth 1
would be included in fairdate 9/28/07 and 9/29/07 but should only appear once
for each date.
I'm guessing I need to do this within a query, but what is the SQL statement?
Thanks for any help.
booth, collcode and collcod2. I need to know if I can limit limit duplicates
on two fields. The fairdate would have 38 booths, so the 38 booths will
repeat each fairdate but not repeat for a set fairdate. For example, booth 1
would be included in fairdate 9/28/07 and 9/29/07 but should only appear once
for each date.
I'm guessing I need to do this within a query, but what is the SQL statement?
Thanks for any help.