Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    orange's Avatar
    orange is online now Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,746
    A few questions and comments.


    It appears that this is a work in progress -- not fully developed.

    I don't understand your frmCustomers -- buttons don't seem to be associated with Click events. What's the purpose of the Reports button or the Add or Save, and how do they function? Once I add a Customer, how do I use the form to deal with a Booking?

    There are normalization issues with Tour info being stored partly in tblTours, tblTourDates and tblBookings. TourDate and TourDuration are attributes of Tour not Booking. These should be in tblTours. Bookings can be related to Tours thru TourId.

    TourDuration should a number and not text.

    In your Oct23 db, TourId 1 has TourDate sept 25, 2010 but in tblBookings it has TourDate Oct, 23 2010?? I have no idea what this is supposed to represent. As I mentioned above, there is a normalization issue.

    If a Customer makes several Bookings, that Customer could have a different CustomerType for each Booking, so CustomerType should be an attribute of Booking, not Customer.

    In your tblCustomers, DOB sometimes has 3 digit year (194) and one is 9999????
    Last edited by orange; 11-17-2011 at 04:05 PM.

  2. #17
    Dega is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jan 2010
    Location
    Calgary, AB
    Posts
    73
    Orange,

    I sent you a PM ...

    Thanks

  3. #18
    orange's Avatar
    orange is online now Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,746
    Quote Originally Posted by Dega View Post
    Orange,

    I sent you a PM ...

    Thanks
    I have responded with PM...

  4. #19
    orange's Avatar
    orange is online now Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,746
    As per PM, here is the diagram, relationsv1 @ Nov 20/11.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 09-30-2011, 10:09 PM
  2. Replies: 1
    Last Post: 08-02-2011, 06:23 AM
  3. Access Form not populating from tables
    By Jim from Waconia in forum Forms
    Replies: 8
    Last Post: 04-01-2011, 03:35 PM
  4. PLEASE HELP - Two tables populating one form
    By intergnat1 in forum Forms
    Replies: 2
    Last Post: 03-17-2010, 07:20 AM
  5. Populating multiple fields
    By jjcaprio in forum Programming
    Replies: 11
    Last Post: 08-16-2009, 01:51 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