Can I create a form with columns based on data?

S

Stapes

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
 
S

Stapes

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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top