Re: 97 to 2000 format
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Thu, 30 Jun 2005 17:20:12 GMT
Max wrote:
> another error
>
> Set rst = dbs.OpenRecordset(strSQL)
>
> "Rick Brandt" wrote:
Both DAO and ADO have a Recordset object so I should have mentioned that in
addition to adding the reference for DAO you need to remove the one for ADO.
Otherwise you have to disambiguate all objects that exist in both libraries.
Instead of...
Dim rst as Recordset
....use...
Dim rst as DAO.Recordset.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
.
- Follow-Ups:
- Re: 97 to 2000 format
- From: Max
- Re: 97 to 2000 format
- References:
- 97 to 2000 format
- From: Max
- Re: 97 to 2000 format
- From: Rick Brandt
- Re: 97 to 2000 format
- From: Max
- 97 to 2000 format
- Prev by Date: RE: How do I assign text to a table field via checkbox on a form?
- Next by Date: Re: Form problem
- Previous by thread: Re: 97 to 2000 format
- Next by thread: Re: 97 to 2000 format
- Index(es):
Relevant Pages
|
|