RST After the Query

D

Daniel

I have successfully made the query for my recordset but
what are the next steps? I want to output the list of
possible matches from the query so that the user can pick
the correct patient and proceed with that patient's
information. How do I output the values that came back
from the query to a form?

Thanks
Daniel
 
J

Jen

You can set the form's recordsource property to the sql
string, like this:

form.recordsource = strSQL

This is probably the easiest way to do it.

Regards,
Jen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top