I have this new app that I am developing. It is a small and basic one with contacts.
tblContacts
PKContactID
FName
LName
etc
Each contact can be tied to 1 or more account manager
tblAcctMan
PKAMID
FName
LName
etc
They are tied through
tblContactAM
PKContactAMID
FKContact
FKAM
Not a big deal because there are only 20 Account Managers, so on the form the user has the contact card, hits a button and gets a pop-up to choose each AM. Typically only going to be 1 or 2 AMs tied to each contact.
The next part is events. An event might be sending out a card, or a party invite etc.
that has
tblEvent
PKEventID
FKEventType
EventTitle
EventDate
etc
The question I have is with the invites.
tblEventInvite
PKEventInviteID
FKEvent
FKContact
dtDateSent
dtRSVPReceived
intPlusGuest
etc
So I have a form for events and now I am starting to develop the subform section for invites. Not sure how to do this.
I really want the user to be able to choose (checkbox?) all the contacts that are being invited and then maybe set a blanket invite date for all of them.
How would I do this?
I have other questions, but I will try to start with this one, and then tackle the others.
(each invite is on behalf of 1 or more AM and I need to be able to set that too - in another child table.)
Thanks for any help!!!!
misscrf
It is never too late to become what you could have been ~ George Eliot
tblContacts
PKContactID
FName
LName
etc
Each contact can be tied to 1 or more account manager
tblAcctMan
PKAMID
FName
LName
etc
They are tied through
tblContactAM
PKContactAMID
FKContact
FKAM
Not a big deal because there are only 20 Account Managers, so on the form the user has the contact card, hits a button and gets a pop-up to choose each AM. Typically only going to be 1 or 2 AMs tied to each contact.
The next part is events. An event might be sending out a card, or a party invite etc.
that has
tblEvent
PKEventID
FKEventType
EventTitle
EventDate
etc
The question I have is with the invites.
tblEventInvite
PKEventInviteID
FKEvent
FKContact
dtDateSent
dtRSVPReceived
intPlusGuest
etc
So I have a form for events and now I am starting to develop the subform section for invites. Not sure how to do this.
I really want the user to be able to choose (checkbox?) all the contacts that are being invited and then maybe set a blanket invite date for all of them.
How would I do this?
I have other questions, but I will try to start with this one, and then tackle the others.
(each invite is on behalf of 1 or more AM and I need to be able to set that too - in another child table.)
Thanks for any help!!!!
misscrf
It is never too late to become what you could have been ~ George Eliot