
Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
>>>>> Access 2003 (and, I assume, Access 2007) let you set the
>>>>> Recordset property. Earlier versions don't. See
[quoted text clipped - 27 lines]
> representing the record source for the specified form, report,
> list box control, or combo box control. Read/write."
That's right -- the recordset of the form can be either DAO or ADO,
but you can't *assign* a DAO recordset created elsewhere as the
form's .Recordset.
In other words, the property is read-only for DAO (i.e., you can't
change it once it's created).

Signature
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
David W. Fenton - 29 May 2007 18:58 GMT
>>>>>> Access 2003 (and, I assume, Access 2007) let you set the
>>>>>> Recordset property. Earlier versions don't. See
[quoted text clipped - 34 lines]
> In other words, the property is read-only for DAO (i.e., you can't
> change it once it's created).
Well, I guess that's not correct after all, according to Michael
Kaplan:
http://trigeminal.com/usenet/usenet022.asp?1033
But I couldn't get a form to accept an ADO recordset for the form's
Recordset property in my own testing.

Signature
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/