A Microsoft Office (Excel, Word) forum. OfficeFrustration

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   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Relationships and other advice



 
 
Thread Tools Display Modes
  #1  
Old January 25th, 2005, 09:33 PM
Kim
external usenet poster
 
Posts: n/a
Default Relationships and other advice

I have created a database in access 2002. I am familiar with flat databases
but when it comes to relationships it goes right over my head. I am trying
to organize a lot of people booking multiple hotels. Each hotel has multiple
categories and only so many rooms for each category. I had created a table
with the customers, then a table for each hotel and their categories. Then I
thought I would need a table for reservations to link both together but when
I tried the relationship thing nothing worked. I had added customer names
and added some hotels to test but I couldn't figure out what to next to get
the information added to each other. My ultimate goal is to connect
everything and then add a table to organize the rooming list when I get the
individuals names. I hope this makes sense to someone. If anyone has any
adive or samples I would really appreciate it
  #2  
Old January 26th, 2005, 05:30 PM
Tim Ferguson
external usenet poster
 
Posts: n/a
Default

=?Utf-8?B?S2lt?= wrote in
:

I am trying to organize a lot of people booking multiple
hotels. Each hotel has multiple categories and only so many rooms for
each category.


Okay: you have already mentioned a number of entities:

Hotels
Rooms (will need a FK referencing Hotels)
Categories
Categorisations (will need FKs for Rooms and Categories)

People (might be better calling the customers? bookers? etc)
Bookings (FK into People, Rooms, and some method of dating them)

My ultimate goal is to connect everything


Just to be picky: this is a method to achieve some _business_ goal. It's
not an end in itself. Your goal should be "allow the booking clerk to
handle phone calls faster", or "be able to offer discount for frequent
bookers", or "adjust charges according demand for different catgories"
etc.

and then add a table to organize the rooming list
when I get the individuals names.


Ditto.

Hotel reservation systems strike me as falling into the far-from-trivial
category. Are you sure you know enough about db design and Access (or can
learn enough in the time available) to bet your business on? Have you
looked around for established systems?-- the same question is asked by
every hotel/ pension/ boarding house and there are bound to be several
solutions already out there.

All the best


Tim F

 




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:11 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.