Sending s filtered query using SendObject

  • Thread starter William A. Huntley
  • Start date
W

William A. Huntley

I am trying to send query data specific to individuals using
DoCmd.SendObject.

I don't want everyone to get all the data in the query, just that specific
to each person. Each person could get multiple records of data that only
pertain to them. How do you go about this? I was looking for a way to send
an SQL query would would take care of this without being prompted via a
parameter in the query?

I was thinking about creating a query for each one programmatically, saving
the query, then sending it for each person in a loop. This seems very
verbose.

TIA!
 

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