field displayed in colums across

D

Dale Walker

I'm trying to create a 'Calendar' view of a month in a form. How can
I get a field to be displayed in columns rather than rows?
 
J

John Vinson

I'm trying to create a 'Calendar' view of a month in a form. How can
I get a field to be displayed in columns rather than rows?

With a Crosstab query, using the day as a column header. See the
online help for Crosstab.
 
D

Dale Walker

With a Crosstab query, using the day as a column header. See the
online help for Crosstab.

It's been a while but I vaguely remember trying to use crosstabs
before without success.

The problem is, the data still needs to be editable. I seem to
remember crosstabs being readonly.
 
J

John Vinson

The problem is, the data still needs to be editable. I seem to
remember crosstabs being readonly.

That's correct; they are.

You may want to use a bound temporary non-normalized table, or an
unbound Form with VBA code to move the data into your real tables.
Unfortunately, you cannot get a datasheet appearance with records
going across the screen.
 

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