flyboy66102
MIS
Ultimate Goal:
I want to e-mail data from a form to a particular e-mail Address using "SnapShot" format.
(the email part I don't have an issue with)
Situation:
1. Can't email a form using "SnapShot", snapshot only works with reports. (not a problem)
2. Need to make a query that will extract out just that record id based on what is displayed on the form. The report would generate its data from that query.
Thoughts:
1. In VB6 I could create a SQL statement that could extract the forms record id and write this information to a temp table. The report would then be feed off this temp table.
Problem:
1. Not sure how to write the VBA could within Access to execute.
2. Not sure if this is the best way.
Any suggestions would be welcome.
I want to e-mail data from a form to a particular e-mail Address using "SnapShot" format.
(the email part I don't have an issue with)
Situation:
1. Can't email a form using "SnapShot", snapshot only works with reports. (not a problem)
2. Need to make a query that will extract out just that record id based on what is displayed on the form. The report would generate its data from that query.
Thoughts:
1. In VB6 I could create a SQL statement that could extract the forms record id and write this information to a temp table. The report would then be feed off this temp table.
Problem:
1. Not sure how to write the VBA could within Access to execute.
2. Not sure if this is the best way.
Any suggestions would be welcome.