Found the problem.
If you are passing a RecordSet to another form using the example in my first post. Make sure you define the RecordSet as Public.
Thanks,
MRM256
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a form that constructs a RecordSet of unique values. I want to send the record set to a different form so I can create a table using the data from the passed record set.
I can send the record set to the new form, but I am getting an error 91 Object not set error when I try to view the record set using a Do Loop in the New Forms Open event.
Can anyone enlighten me how to do this?
Thank you,
MRM256
Found the problem.
If you are passing a RecordSet to another form using the example in my first post. Make sure you define the RecordSet as Public.
Thanks,
MRM256