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.
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
Maurice - 15 Jun 2007 17:30 GMT
The only layout I can think of is to create a crosstab query and the use that
for display. A crosstab is read only by default.
You can use the crosstab query wizard to accomplish your goal
hth

Signature
Maurice Ausum
> Hi
>
[quoted text clipped - 39 lines]
> 21/06/07 $630 / Available
> $950 / Available $950 / Available