Results 1 to 3 of 3
  1. #1
    alex2300 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    May 2011
    Posts
    1

    Basic Access Help


    I new to Access and need some help designing a database to keep track of RSVP as they come in (RSVP for upcoming one day training course).

    The database is to show participant details (such as first name, last name, position within their company, whether they’re an apprentice or trainee), the details of the company they work for (such as company name, company address), contact details (such as phone, email address), the date RSVP received and the venue of the course.

    These are my questions:
    1) How many tables i should create?
    2) What will be the field names?
    3) What will the primary keys be?
    4) Type of Relationships between the tables?

    Any help will be greatly appreciated..

  2. #2
    mcwilsong is offline Novice
    Windows Vista Access 2007
    Join Date
    May 2011
    Location
    Fife, WA
    Posts
    5
    Try using one of the built-in templates. You can also take a look online at the Microsoft Office webpage and do a search for Access templates. I'm sure there are a few to choose from.

  3. #3
    blue4512 is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2011
    Posts
    26
    I would start with three tables - event, companies, and attendees.

    Event
    -autonumber (primary)
    -date
    -name
    -notes
    -location

    Company
    -autonumber(primary)
    -name
    -address
    -phone
    -email
    etc.

    Attendees
    -autonumber
    -name
    -phone
    -Email
    -company(Relationship-company)

    RSVP
    -autonumber(primary)
    -name(lookup)
    -event(lookup)
    -company(lookup)
    -rsvpDate (default date())
    -notes

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Using Access Instead of Visual Basic
    By dinz in forum Programming
    Replies: 2
    Last Post: 12-19-2019, 10:33 AM
  2. New to Access - Looking for some basic assistance
    By Dave_EntryIT in forum Access
    Replies: 2
    Last Post: 03-27-2011, 11:25 PM
  3. Basic commands in Access 2007
    By johnkl49 in forum Access
    Replies: 2
    Last Post: 09-23-2010, 04:07 PM
  4. Basic access issues
    By c2bme in forum Access
    Replies: 1
    Last Post: 03-22-2010, 09:03 AM
  5. help please. i need basic access privacy/protection ideas
    By helpporfavorplz in forum Security
    Replies: 1
    Last Post: 02-20-2010, 05:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums