Can I create a form with column headers based on the data for data editing?

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.


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
 
G

Guest

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
 

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

Similar Threads


Top