No, it sounds like you're confusing folder views and custom forms. The view shows multiple items from the folder. A custom form shows a single item.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
hmmm perhaps I should have used the word 'report' rather than 'form'. When
outlook sends the day/week view to the printer, that file sent to the printer
must be generated from some type of template - an arrangement of margins,
borders, lines, calendar grids, and the results of some sort of query that
provides the data items arranged on the page. For day/week view, the query
data would be fields for a given day's appointments - time, with whom,
location. I just need a few more fields to appear in addition to the ones
already provided in the report. I'd like to create a custom report based on
the day/week report that outlook compiles and sends to the printer.

Signature
Ted
> No, it sounds like you're confusing folder views and custom forms. The view shows multiple items from the folder. A custom form shows a single item.
>
[quoted text clipped - 3 lines]
> > don't see day/week view as a template option under Tools|Forms|Design a form.
> > I'm familiar with creating custom forms. Many thanks.
Sue Mosher [MVP-Outlook] - 11 Aug 2006 04:01 GMT
Take a look at the Word macros in the templates listed at http://www.slipstick.com/addins/calendar.htm#print, which take Outlook calendar data and put it into Word tables. That should get you started. If you need help with the syntax to access Outlook properties, see http://www.outlookcode.com/d/propsyntax.htm

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> hmmm perhaps I should have used the word 'report' rather than 'form'. When
> outlook sends the day/week view to the printer, that file sent to the printer
[quoted text clipped - 13 lines]
>> > don't see day/week view as a template option under Tools|Forms|Design a form.
>> > I'm familiar with creating custom forms. Many thanks.