In general grid controls on Outlook forms cannot be bound to a data source,
you have to get a recordset yourself and populate the grid using code to put
one row at a time in the grid.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
>I am trying to create a form that displays a MS DataGrid Control 6.0 to
>list records from a SQL db for importing into Outlook. For some reason I
[quoted text clipped - 5 lines]
>
> Rob