kattzndagz
Technical User
Hi everyone
Previously I posted a similar questions and I only had Access 97 to use. Now i have Access 2007 and I am still having trouble. I know I am missing something simple but I just can't see it.
The templates Microsoft has are not what I need at all and I can’t download any other samples due to my employers security.
We have clients (could be companies) with 1 or more contacts within that company.
We have events every year like Xmas party, midyear function etc
Clients can be invited to any or all of the events
They had a very simple database previously where they would delete the previous years data and start again, however, I want to be able to keep all the data. So I will be creating reports.
TABLES
TblClient
PK ClientID
CompanyName
Address
etc
TblContact
PK ContactID
FK ClientID
FirstName
LastName
LOOKUP RSVPType (by default, if this is blank, they have not responded)
etc
TblRSVP
PK RSVPID
RSVPType (these are yes or no)
TblEventDetail
PK EventDetailID
FK ContactID
LOOKUP EventType
EventDate
EventTime
NoofPlaces
NoofInvitationsSent
etc
TblEventType
PK EventTypeID
EventType (xmas, midyear etc)
Events also have their costs so I would like to record that too, so I have;
TblCompanyDetails
PK ServiceProviderID
Company Name
ContactName
Address
Etc
TblServiceCost
PK ServiceCostID
FK ServiceProviderID
ServiceProvided
ServiceCost
Notes
I thought about having a FrmEvent based on TblEventDetaill with subforms in tab controls for invitees and service provided.
As I am typing this, I am thinking that it might be better just to have the base form with buttons to take me to the other forms? What are people’s suggestions for this and the database as a whole?
The FrmEvent will also have a couple of unbound controls so I can add formulas for counting up how many are coming, who hasn’t replied etc.
How do I select the contacts to invite to the various events? this what I'm really having trouble with
Thanks
Previously I posted a similar questions and I only had Access 97 to use. Now i have Access 2007 and I am still having trouble. I know I am missing something simple but I just can't see it.
The templates Microsoft has are not what I need at all and I can’t download any other samples due to my employers security.
We have clients (could be companies) with 1 or more contacts within that company.
We have events every year like Xmas party, midyear function etc
Clients can be invited to any or all of the events
They had a very simple database previously where they would delete the previous years data and start again, however, I want to be able to keep all the data. So I will be creating reports.
TABLES
TblClient
PK ClientID
CompanyName
Address
etc
TblContact
PK ContactID
FK ClientID
FirstName
LastName
LOOKUP RSVPType (by default, if this is blank, they have not responded)
etc
TblRSVP
PK RSVPID
RSVPType (these are yes or no)
TblEventDetail
PK EventDetailID
FK ContactID
LOOKUP EventType
EventDate
EventTime
NoofPlaces
NoofInvitationsSent
etc
TblEventType
PK EventTypeID
EventType (xmas, midyear etc)
Events also have their costs so I would like to record that too, so I have;
TblCompanyDetails
PK ServiceProviderID
Company Name
ContactName
Address
Etc
TblServiceCost
PK ServiceCostID
FK ServiceProviderID
ServiceProvided
ServiceCost
Notes
I thought about having a FrmEvent based on TblEventDetaill with subforms in tab controls for invitees and service provided.
As I am typing this, I am thinking that it might be better just to have the base form with buttons to take me to the other forms? What are people’s suggestions for this and the database as a whole?
The FrmEvent will also have a couple of unbound controls so I can add formulas for counting up how many are coming, who hasn’t replied etc.
How do I select the contacts to invite to the various events? this what I'm really having trouble with
Thanks