8
85ascMcLaren
Anyway I can pass ONLY the current record in a recordset to a report instead
of the whole recordset...
Something like ....
while not rs.eof do
'open report'
.movenext
loop
And in the report open, I can set the recordsource to that record only.
If I set it to the 'rs' (me.recordsource = rs), it will grab the entire
recordset, which is NOT what I want.... I do not if the absolute position
will work or SOME property like that , which I can append to the
(me.recordset = rs.(SOME PROPERTY WHICH ONLY GIVES THE CURRENT RECORD IN THE
RECORDSET)...
The long way is to assign individual text boxes to the rs.field during the
detail print section. Looking for a much shorter way as I described
above......
Thanks,
Jason
of the whole recordset...
Something like ....
while not rs.eof do
'open report'
.movenext
loop
And in the report open, I can set the recordsource to that record only.
If I set it to the 'rs' (me.recordsource = rs), it will grab the entire
recordset, which is NOT what I want.... I do not if the absolute position
will work or SOME property like that , which I can append to the
(me.recordset = rs.(SOME PROPERTY WHICH ONLY GIVES THE CURRENT RECORD IN THE
RECORDSET)...
The long way is to assign individual text boxes to the rs.field during the
detail print section. Looking for a much shorter way as I described
above......
Thanks,
Jason