Re: DAO peculiarity in A97?
- From: "David W. Fenton" <XXXusenet@xxxxxxxxxxxxxxxxxxx>
- Date: Sat, 31 Dec 2005 14:25:38 -0600
MLH <CRCI@xxxxxxxxxxxxxx> wrote in
news:kb3dr1d96b5ale01csrm8mr8hjsn866l63@xxxxxxx:
> 140 With MyDB
> 170 Set qdfType17CorrespRecs = .CreateQueryDef("", "Select
> * FROM tblCorrespondence;")
> 180 With qdfType17CorrespRecs
> 210 ' Open Recordset from QueryDef.
> 220 Set rstType17CorrespRecs =
> .OpenRecordset(dbOpenSnapshot)
> 230 ' With rstType17CorrespRecs
> 231 ' If .BOF = True Then GoTo NoRecs
> 240 ' .MoveFirst
> 250 ' Do Until rstType17CorrespRecs.EOF
How do you set MyDB?
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
.
- References:
- DAO peculiarity in A97?
- From: MLH
- DAO peculiarity in A97?
- Prev by Date: Re: =Iff(([Me]![Gender])="M","Male","Female")
- Next by Date: Re: DAO peculiarity in A97?
- Previous by thread: Re: DAO peculiarity in A97?
- Next by thread: Only get 1st record viewed in Report.
- Index(es):
Relevant Pages
|