So I have a database that has a table of volunteers and a list of job sites for those volunteers to work.
I have created a query that takes the info from both tables and the criteria of a Colum to only show people that are assigned to that specific Job site.
The volunteers have a column that has job site assignment, and the job sites have a column that assigns a job number to them.
So for example, my query gives me a list of names of volunteers and the job site that they are on. What I get is a list of each person and the job site information. I want to make a report but, it repeats the job site information over and over for however many people I have assigned for it. I am not sure if I need to make a relationship or join the tables or somehow edit the query to only show the jobsite once. I tried different grouping but it only groups the one piece of info and not all the other fields. I tried using distinct in the criteria for the other fields, but it then just wipes them out completely. I am sorry I can't provide a screen shot as to not violate people's personal information. Any and all help is greatly appreciated. I don't know a whole lot about Access so please treat me as ignorant to the subject and have some mercy. Please ask as many questions as you need for clarification, I will answer them the best that I can.
Thank you