
Signature
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
On Jan 1, 5:19 pm, "David W. Fenton" <XXXuse...@dfenton.com.invalid>
wrote:
> Vince <VArgenzi...@yahoo.com> wrote innews:58d9285f-2ae9-4bae-b05f-9fa959c8e101@e50g2000hsh.googlegroups.co
> m:
[quoted text clipped - 9 lines]
> David W. Fenton http://www.dfenton.com/
> usenet at dfenton dot com http://www.dfenton.com/DFA/
I did check references and it does list DAO before Activex data
objects. This is the MS office original order and prior to this have
not really given it much thought. For my part the only time I use
recordset objects in VB is to open saved queries as described above so
it has not been an issue but I will be looking at it more due to the
problem that I had with my query's wildcard expression.
Thanks,
Vince
David W. Fenton - 03 Jan 2008 21:18 GMT
> On Jan 1, 5:19 pm, "David W. Fenton"
> <XXXuse...@dfenton.com.invalid> wrote:
[quoted text clipped - 16 lines]
> above so it has not been an issue but I will be looking at it more
> due to the problem that I had with my query's wildcard expression.
I never ever use ADO, but, in fact, I preface all my variable
declarations with library:
Dim db As DAO.Database
Dim rs As DAO.Recordset
The first is not even necessary, as the Database data type is
specific to DAO, but it just makes the code clear and easy to use,
and I'm guaranteed it will never break as long as there's a DAO
reference.

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