
Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
Thanks Douglas,
This worked great.
One other question, If I declare all of my variables using "Early Binding"
(dim rst as ado.recordset), does this mean that I don't have to manua
llyselect References from the Tools menu?
If true, how do I find out which references goes with which type of variable
(ie: recordset, database, wordobject, date, etc...)?
Thanks again
And thanks to all who repsonded to this thread.

Signature
Elyse
> Actually, the fact that it's not complaining about Dim dbs1 As Database
> should indicate that the DAO reference is present.
[quoted text clipped - 16 lines]
> >
> > John W. Vinson[MVP]
Douglas J Steele - 26 Oct 2005 19:31 GMT
No, if you're using Early Binding, then you MUST have a reference. It's Late
Binding that doesn't require a reference to be set.
In answer to your second question, though, you can use the Object Browser.
Hit F2 when you're in the VB Editor.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> Thanks Douglas,
>
[quoted text clipped - 31 lines]
> > >
> > > John W. Vinson[MVP]