Being a newbie I have a general table design question which I would be grateful if someone could advise upon.
In Access 2000 I currently have 3 tables for use in a holiday cottage rental system:
tblCustomer (customer details)
name (text)
address (text)
telephone (text)
etc.....
customerID (autonum)
tblreservation (cottage reservation details)
cottage (text) - linked to tblCottage
customer (test) - linked to tblCustomer
start date (date)
number of nights (number)
Adults (number)
Price (currency)
etc.....
ReservationID (autonum)
tblCottage (list of cottages available for rental)
cottage (text)
CottageID (autonum)
I need to add a table structure which defines the price band for each cottage at several times throughout the year, in order to take account of peak holiday periods etc. The price field in the tblReservation table needs to refer to the correct price band based on the cottage and the start date of the reservation.
Any thoughts how best to approach this would be greatly appreciated.
Many thanks
Chris
In Access 2000 I currently have 3 tables for use in a holiday cottage rental system:
tblCustomer (customer details)
name (text)
address (text)
telephone (text)
etc.....
customerID (autonum)
tblreservation (cottage reservation details)
cottage (text) - linked to tblCottage
customer (test) - linked to tblCustomer
start date (date)
number of nights (number)
Adults (number)
Price (currency)
etc.....
ReservationID (autonum)
tblCottage (list of cottages available for rental)
cottage (text)
CottageID (autonum)
I need to add a table structure which defines the price band for each cottage at several times throughout the year, in order to take account of peak holiday periods etc. The price field in the tblReservation table needs to refer to the correct price band based on the cottage and the start date of the reservation.
Any thoughts how best to approach this would be greatly appreciated.
Many thanks
Chris