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  

Design a booking system



 
 
Thread Tools Display Modes
  #1  
Old February 25th, 2006, 08:49 AM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Design a booking system

I already posted a thread with a question similar to this one but one got to
no conclusion at that time. Now I’m trying to go through with this new
feature in my DB so here it goes.

My company builds custom designed products different from customer to
customer. Each order may refer to only one reference or several references
from a customer. I’ve got a table of ORDERS where I keep a record of the
Order, PK number type, manual input. This table is linked by this Order field
to a second table of REFERENCES where the Reference is PK, string type,
manual input. I already have several reports and forms working properly.

Now I need to implement a delivery booking system. I have to relate the
REFERENCES table with another table of EMPLOYEES and VEHICLES. Each job may
consist of a delivery of one or more references. The delivery can be made by
us and in that case there is always one worker and one helper assigned for
each job. For each job I cannot send two helpers although I can send two
fully skilled workers. I must also choose a vehicle for the delivery through
its licence plate. On other times a delivery can be shipped by a delivery
company or by the client. In these last two situations the installation can
or cannot be made by our workers.

I have a few ideas (and already a few doubts) on what tables to create and
on how to relate them but I was hoping someone could share some ideas before
I get to the hard labour and have to change it all near the end.

Thx in advance.

  #2  
Old February 25th, 2006, 04:30 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Design a booking system

Hi Jose

I would create a table JOB with fields:
Job-id, References, Employes, vehicles
and relate those fields to the other tables by query

analyse the required output carefully

suc6
Nne
"Jose Lopes" schreef in bericht
...
I already posted a thread with a question similar to this one but one got
to
no conclusion at that time. Now I'm trying to go through with this new
feature in my DB so here it goes.

My company builds custom designed products different from customer to
customer. Each order may refer to only one reference or several references
from a customer. I've got a table of ORDERS where I keep a record of the
Order, PK number type, manual input. This table is linked by this Order
field
to a second table of REFERENCES where the Reference is PK, string type,
manual input. I already have several reports and forms working properly.

Now I need to implement a delivery booking system. I have to relate the
REFERENCES table with another table of EMPLOYEES and VEHICLES. Each job
may
consist of a delivery of one or more references. The delivery can be made
by
us and in that case there is always one worker and one helper assigned for
each job. For each job I cannot send two helpers although I can send two
fully skilled workers. I must also choose a vehicle for the delivery
through
its licence plate. On other times a delivery can be shipped by a delivery
company or by the client. In these last two situations the installation
can
or cannot be made by our workers.

I have a few ideas (and already a few doubts) on what tables to create and
on how to relate them but I was hoping someone could share some ideas
before
I get to the hard labour and have to change it all near the end.

Thx in advance.



  #3  
Old February 27th, 2006, 03:26 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Design a booking system

The delivery can be made by
us and in that case there is always one worker and one helper assigned for
each job. For each job I cannot send two helpers although I can send two
fully skilled workers.


Just addressing this part, I would suggest that you create a query that
separates out just the fully skilled workers, and another query that lists
all helpers and fully skilled workers. Then, on your form for selecting the
employees that go with a delivery, you have one combo box that selects from
the fully skilled workers query, and another combo box that selects from the
complete list query. As two simple combo boxes, you would still have to
check that you are not selecting the same name in each box, but you would
have to select at least one fully skilled worker.

 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Date range on reports Mark_Milly Setting Up & Running Reports 10 January 19th, 2006 03:49 PM
Booking System Nick1966 General Discussion 3 March 18th, 2005 10:01 AM
Help with design Ronnie Database Design 6 March 12th, 2005 02:53 PM
Booking table(s) design law Database Design 3 March 5th, 2005 06:41 AM
Designing a Booking System Olly Bowman Database Design 3 November 19th, 2004 08:44 AM


All times are GMT +1. The time now is 01:51 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.