I tried the code, with and without a sub form, it run fine.
Are you sure it happen in the Sub?
Do you have anything else in the OnLoad event for example, that migt cause
this error?
Put a code break in the first line (press F9) and step through the code (F8)
and see in which line this error happen.

Signature
\\// Live Long and Prosper \\//
BS"D
> I am trying to populate a form with an ADODB recordset using code supplied
> here:
[quoted text clipped - 4 lines]
> indicated in the example code. Should I run it on a different event?
> Thanks,