suggestions on sending forms

  • Thread starter Thread starter seth
  • Start date Start date
S

seth

I have a database where I would like to send a form to another person. I
can't seem to find the best way to go about it.
In excel, you can take a spreadsheet and send it to someone and it looks the
same in the mail message.
I would like to be able to do that also in access. I have tried to send to
as attachment through access but it doesn't work the same way.
If I select html format, it takes the entire form with all fields, etc and
creates a large table in html format and attaches it.
Same thing if I select rtf of xls. I am basically looking for a wysiwyg
format so in the mail message it can show the form the way it's formatted
with the current record.

any thoughts?
is this even possible?
 
A form is an Access object used to enter data. If you want to send data to
a user, you would do so with a report.

Create a report that shows the data you want and send that through email.
You can even add a button to your form to do it for you. Make sure you
filter it to only pull the current record.

There are many previous posts that outline the specifics to accomplish these
tasks.
 
The only way to export live data without sending a database is to output to
an Excel spreadsheet or a text file. You can send the data in an image, but
that can't be used by other application.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
of course...use a report (duh!)

Rick B said:
A form is an Access object used to enter data. If you want to send data to
a user, you would do so with a report.

Create a report that shows the data you want and send that through email.
You can even add a button to your form to do it for you. Make sure you
filter it to only pull the current record.

There are many previous posts that outline the specifics to accomplish
these tasks.
 

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

Back
Top