I want to create a simple list report, however data selection is giving me a headache
Scenario - 1) We have tours and guides (separate tables) 2) A guide may work on several occasions on a tour 3) I want the list report to show details of the guides attending a selected tour (easy so far!) 4) On my list report of guide's details I only want guides to appear if they work on the selected tour and only appear once regardless of how many times they work on that tour, but just cant get this to work; I wind up with the guide details for the same guide appearing many times,
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
ColBasicuser
I want to create a simple list report, however data selection is giving me a headache
Scenario - 1) We have tours and guides (separate tables) 2) A guide may work on several occasions on a tour 3) I want the list report to show details of the guides attending a selected tour (easy so far!) 4) On my list report of guide's details I only want guides to appear if they work on the selected tour and only appear once regardless of how many times they work on that tour, but just cant get this to work; I wind up with the guide details for the same guide appearing many times,
Tour Table
Tour_Id, Date, Guide_Id, Other_related_tour_ info
Guide Table
Guide_id, Guide_Name , Guide_email, Guide_image_Id, Etc
Seems stupidly simple, but turns out to be very tricky
Your comments/suggestions received with thanks
PS. I am only a very basic user and can't write (or understand) script)
Thanks
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.