I've been searching high and low over the internet for a solution to this. I'm by no means an advanced user of Access and have figured out things through trial and error. I have a database that will serve as a member directory for our various Safety Teams. I have the main table done that will hold all of the member data as well as an input form to add things to that table. They are the All Campus With Safety Teams table, query, and form.
What I'm looking to do is to make additional forms for each of our safety teams (CEAT Team Roster, ERT Ream Roster, WARN Team Roster, and CERT Team Roster) so that if the check box is checked on the main input form...and the value for a particular field is "yes" on the main table.....only those records that have the "yes" values would populate on the individual team form would come up so we could view records individually by team.
IE....Someone who is a member of the CEAT team would have the combo box for "CEAT" checked giving them a "Yes" value for that column. All members that have that yes value would then populate on the CEAT Team Roster Form so we could view them individually.
I know that I could just do a query and a report, but I was looking to possibly link pictures so that we could see their faces as well with the profiles. I know it's a Macro or VBA code that I would need to put in to make this happen...
The columns on the main table that I would be working with are titled "ERT", "CEAT", "CERT", "WARN" They are all Yes/No and show up as check boxes on the main form, but text boxes on the table. I would upload a copy of the database...but it's already 11 MB and it won't upload.