B
Bill
In the codesheet of a form whose RecordSource
property is defined as a table or query, can't that
VBA code reference the descrete records in that
RecordSource?
Something like:
While Not Me.EOF
....
....
.....
Next
Wend
Where it is assumed that the current record is the
first record returned by the query.
Me.EOF is flagged as an error by the compiler.
OR
Does one have to SQL select "to a Recordset".
Thanks,
Bill
property is defined as a table or query, can't that
VBA code reference the descrete records in that
RecordSource?
Something like:
While Not Me.EOF
....
....
.....
Next
Wend
Where it is assumed that the current record is the
first record returned by the query.
Me.EOF is flagged as an error by the compiler.
OR
Does one have to SQL select "to a Recordset".
Thanks,
Bill