kattzndagz
Technical User
Hi everyone
I am creating and event management database (which is nothing like the template Microsoft has)
I have the following tables:
TblClient
PK ClientID
CompanyName
Address
etc
TblContact
PK ContactID
FK ClientID
FK EventID
Invite-Yes/NO
FirstName
LastName
etc
TblEventDetail
PK EventDetailID
FK ContactID
LOOKUP EventType
EventDate
EventTime
NoofPlaces
NoofInvitationsSent
etc
TblEventAttended
PK EventAttendedID
FK ContactID
FK Event ID
RSVP Yes/No
Attended Yes/No
I thought about having an event form with subforms in tab controls for Invitees and Cost. Then i will need to do reports on who hasn't RSVP'd, who didn't attend, what the total cost of the event was etc.
My problem is i have a contact list of over 200 people, how do i get this list into the form and then invite them to the particular event? I can create queries, but that hasn't helped me much either.
I've looked at this for so long and gotten no where fast. Am i going about this all wrong, or am i missing something simple.
thanks in advance for your help