Hi
I am trying to create a Booking System for a client renting a number
of cottages.
I have three Tables:
1. Diary Dates.
Fields:
DiaryID
WeekCommencingDate
2. Resources.
Fields:
ResourceID
ResourceName
ResourceType
3. DiaryRooms.
Fields:
DiaryRoomID
DiaryID - linked to Diary Dates.
ResourceID - linked to Resources.
Tariff
Available
ReservationID
What I want to do is display a form showing ResourceName as a column
header and WeekCommencingDate as a Row Header, rather like a Pivot
Table, but permitting entry of the data, Tariff & Availability in each
cell.
Is this possible?
Stapes
Stapes - 14 Jun 2007 16:50 GMT
> Hi
>
[quoted text clipped - 32 lines]
>
> Stapes
i.e:
Week Commencing Date ResourceName(1) ResourceName(2)
ResourceName(3)
14/06/07 $595 / Available
$890 / Booked $890 / Available
21/06/07 $630 / Available
$950 / Available $950 / Available
Stapes