If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Please be kind enough to help me!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-22-10, 05:53
ekelly ekelly is offline
Registered User
 
Join Date: Apr 2010
Posts: 2
Please be kind enough to help me!

Here is what I would like to accomplish:
Create an event database system whereby someone(user) can register as a host of a predefined(by the website) event type with event details, He/She (user above) would invite Guests to sign up for the event and the event registrant/host would be able to view/update/edit/delete any information about the guests that signed up for their respective events.
This is what I have so far with the design:
Tables:
Users (userID, userInfo)
Events( EventID, EventTypeID, UserID, EventDetails)
Guests (GuestID, userID, eventID, GuestDetails)
Event type( EventTypeID, userID, event types Details)

Please any suggestions would be very much appreciated!
Reply With Quote
  #2 (permalink)  
Old 04-22-10, 06:22
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Do you require a GuestID? Is the combination of userID and eventID unique?

Can you explain your thoughts behind the event type table?
__________________
George
Twitter | Blog
Reply With Quote
  #3 (permalink)  
Old 04-22-10, 08:28
ekelly ekelly is offline
Registered User
 
Join Date: Apr 2010
Posts: 2
Well, the thoughts behind the event type is something like this:
Event types: Association meetings, club event, wedding event, birthday party,family reunion, class reunion and so on. The idea is that people who want to host these events would have a way of creating one of these events on the website, and invite their guests who are interested to sign up for their specific event. The host should have a way to pull up a list of the guests and edit, delete or update the list as they wish.
I was thinking the guestID would help the host identify which guests would be coming to the event and acknowledge their interest.
Maybe I am wrong. But any suggestions would be highly appreciated.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On