jprochelle
Technical User
I have the following layout:
Events Table: Event Name, Description, Time
Account Manager: AcctMgr
Client List: AcctMgr ClientName, Address, Email
I want to create a query or form that does the following;
1) Looks at a specific AcctMgr, a specific event, brings up the clients for this acct manager in list form, and has an extra column labeled "Invite" that has a checkbox for yes or no. The purpose of this is for the query to load all clients of a specific acct manager (which I have already carried out successfully with a query). Then load an invite list that keeps track of which people to invite or not (as dictated by the checkbox).
I am confused as to whether or not I have to have a separate query for each new event (problematic since I am putting this system in place for perpetual use)...??
I understand creating relationships and have attempted, but everytime I try to incorporate the linked tables..and when I try to add the "invite" column to a query--the user can't even check off the box! Please help.
Thanks!
Events Table: Event Name, Description, Time
Account Manager: AcctMgr
Client List: AcctMgr ClientName, Address, Email
I want to create a query or form that does the following;
1) Looks at a specific AcctMgr, a specific event, brings up the clients for this acct manager in list form, and has an extra column labeled "Invite" that has a checkbox for yes or no. The purpose of this is for the query to load all clients of a specific acct manager (which I have already carried out successfully with a query). Then load an invite list that keeps track of which people to invite or not (as dictated by the checkbox).
I am confused as to whether or not I have to have a separate query for each new event (problematic since I am putting this system in place for perpetual use)...??
I understand creating relationships and have attempted, but everytime I try to incorporate the linked tables..and when I try to add the "invite" column to a query--the user can't even check off the box! Please help.
Thanks!