Hi Jed,
> Whenever the forms are opened, I query up a recordset and
> then set the datagrid.datasource property to the recordset.
> It works fine on my machine, but on another WIN2K machine
> I get an error (cannot initialize data bindings).
>
> Private Sub Form_Load()
> On Error GoTo err_trap2
What is the error number/source?
Do you have any errors before this line:
Set DataGrid1.DataSource = rs 'fails
Have you checked that the same versions of ADO are on both
computers?
I'm guessing that either the actual "open" of the recordset is
failing due to trying to use a connection that is not actually open
(probably because of an unavailable provider), or that the datagrid
is a different version.
Regards,
Shawn K. Hall
http://ReliableAnswers.com