C
Craig
I have some forms were the users are able to use a filter-by-selection,sort
either by AZ-ZA. The users then want to see the results in the report exactly
as they are on the form. Would using the forms recordsetclone be the answer
to this.. and assign it the the reports recordsource? Would the coding look
like:
Reports("ReportName").Recordsource=Forms("FormName").RecordsetClone
Thanks.
either by AZ-ZA. The users then want to see the results in the report exactly
as they are on the form. Would using the forms recordsetclone be the answer
to this.. and assign it the the reports recordsource? Would the coding look
like:
Reports("ReportName").Recordsource=Forms("FormName").RecordsetClone
Thanks.