Using SendObject to send a filtered form

A

Anthony

I searched the Discussions but can't find anything that directly addresses my
issue. This is a fairly complicated issue but I know someone will be able to
help me.

I have a form (form_A) that has an embedded subform (sub_form_A). I would
like to use SendObject to send what is in the subform, not the main form.
SendObject allows you to send a form, which I am able to do. However, it is
sending EVERY record in the table that the subform is bound to. I would like
to only send the filtered data on the form. It is a listing of projects by
user. One user may have 10 projects, another 5, another 20. The subform
properly displays all the projects associated with that user, but when I do a
SendObject with a "acFormatXLS", it creates a spreadsheet with every record
in the table that sub_form_A is bound to.
the Main form's (form_A) only control is used to display the user . This
control is then used to filter the subform. BTW: If I SendObject the Main
form, it only sends that user's name, though there are about 50 users in the
table. So, SendObject on the main form works correctly.

Any help would be appreciated.
 
A

Anthony

Thanks for your response. I was wanting to send it in XLS format and I read
in these discussions that Access will not allow a report to be sent in XLS
format. Also, since I wanted XLS format, I didn't want to bother with
report formatting.
 
A

Access Developer

Oh, me, oh, my, Norbert. That's a really timely response... only 3 1/2
years after the question. Pardon me if I <GIGGLE> at the idea that the
original poster is still hanging around waiting for an answer.

But, I suppose someone who has a product that only does the same as a little
code to create some SQL to use in an export has to take advantage of every
opportunity to flog his add-in.
 
A

Access Developer

Sorry, Norbert. I don't do business with newsgroup spammers. Niether do most
other participants here.

And, if your original summary accurately describes what your product does, I
can, and would rather, write the VBA code to accomplish the same purpose;
then if something changed, I would easily be able to revise my VBA code to
accomodate the change.
 

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