Ok everyone, I have a database that takes people and divides them between 4 different groups. I want to make a report that one pulls the information for one of the groups. I am attaching the database to look. I appreciate all the help!!!
Ok everyone, I have a database that takes people and divides them between 4 different groups. I want to make a report that one pulls the information for one of the groups. I am attaching the database to look. I appreciate all the help!!!
no database attached, but make a form with a combo box of the groups.
select the group,
make a query to read that group: select * from table where [group] = forms!myForm!cboGroups
attach the query to the report.
It says my database is too big to post.
Attached are screenshots of my database. I have combo boxes in the "Add/Delete" table which link to the other tables on the left side. As people come in, I will use the Add/Delete form and then daily I can change a bit of info in the other 4 forms on the left. After updating the info on the left forms, I want a report that prints out that info, but I don't know how to only get the "A Flight" info on the form and same as the rest.