PaulMThomas
IS-IT--Management
Please excuse my terminology as I am new to Access!
I have created a button on a form which will allow the user to send an e-mail.
The form displays data from a Hotline Call table and has a couple of queries, it allows you to select entreies from 3 seperate tables (Customer, Site and Contact which are all related)
How do I assign a variable with the value of the e-mail address field contained within the contact table details so that I can pass this to the procedure that launches a new e-mail? (The difficulty seems to be that the Contact table is not the primary table on the form but a query)
I have created a button on a form which will allow the user to send an e-mail.
The form displays data from a Hotline Call table and has a couple of queries, it allows you to select entreies from 3 seperate tables (Customer, Site and Contact which are all related)
How do I assign a variable with the value of the e-mail address field contained within the contact table details so that I can pass this to the procedure that launches a new e-mail? (The difficulty seems to be that the Contact table is not the primary table on the form but a query)