P
Paolo Galli
Hi all
I'm working on a rooms reservation system based on Access 2003 and then
realize an ASP web page to manage it.
I need a little help in creating the DB since my ideas aren't so clear.
First of all what I need is very simple:
- I have two rooms and I have to let user reserve time slot of 15
minutes each
- every day has 8 slot
- a user can't book more than 1 slot per day
I thought to realize a DB with this structure
- 1 table with ID,DATE,ID-CUSTOMER
- 1 table with ID,NAME,SURNAME,PHONE,ID-SLOT
- 1 table with ID,SLOT
then I connect the first table with the second, and the second with the
third...
I need that every user opne and update a single slot record so I caan't
put in a table all the slots.
but I'm not sure... am I in the right direction?
anyone can help me?
thanks
I'm working on a rooms reservation system based on Access 2003 and then
realize an ASP web page to manage it.
I need a little help in creating the DB since my ideas aren't so clear.
First of all what I need is very simple:
- I have two rooms and I have to let user reserve time slot of 15
minutes each
- every day has 8 slot
- a user can't book more than 1 slot per day
I thought to realize a DB with this structure
- 1 table with ID,DATE,ID-CUSTOMER
- 1 table with ID,NAME,SURNAME,PHONE,ID-SLOT
- 1 table with ID,SLOT
then I connect the first table with the second, and the second with the
third...
I need that every user opne and update a single slot record so I caan't
put in a table all the slots.
but I'm not sure... am I in the right direction?
anyone can help me?
thanks