Access Data Collection using Email - specific record

M

Michael F

I would like to use the above metioned feature to update the status of
projects stored in our DB. However, I would like to constrain the email form
sent to one specific record rather than all the records of the table I am
creating the form from.
There are approximately 4200 records in the table.
I would like to send this email form for updated information on job status
for ONE job to a specific email address.
Is this possible? Or must it send a form for every record as it appears to
be doing now?
thank you,
Michael
 
J

John W. Vinson

On Thu, 6 Dec 2007 09:09:00 -0800, Michael F <Michael
I would like to use the above metioned feature to update the status of
projects stored in our DB. However, I would like to constrain the email form
sent to one specific record rather than all the records of the table I am
creating the form from.
There are approximately 4200 records in the table.
I would like to send this email form for updated information on job status
for ONE job to a specific email address.
Is this possible? Or must it send a form for every record as it appears to
be doing now?
thank you,
Michael

Try basing the send on a Query selecting one record, rather than on a Table.

John W. Vinson [MVP]
 
M

Michael F

Unfortunately, I have already tried that. I built a select query to produce
the one record I am looking for and running the Access Data Collection email
from that query. But for some reason the email received still shows all
records in the table even though it was generated from the query.
I have tested the query and it does filter just the one record.

thanks,
:)Michael
 
J

John W. Vinson

Unfortunately, I have already tried that. I built a select query to produce
the one record I am looking for and running the Access Data Collection email
from that query. But for some reason the email received still shows all
records in the table even though it was generated from the query.
I have tested the query and it does filter just the one record.

Sorry, I don't have 2007 installed and have no experience with the new email
data collection feature. I'd suggest you repost with 2007 in the subject line
- maybe someone else can help!

John W. Vinson [MVP]
 

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