H
hope
Hi
I hope I can explain this all ok
I have on a form "frmCustomers" a command button on the [event procedure]
I have
Dim x
x = fHandleFile("mailto:" & Me!ContactEMail, WIN_NORMAL)
The record source on the form comes from a table called Customers
Which works fine
BUT what I want to do is make another form where the record source comes from a table
callled tblEmail
So if I make a command button with the [event procedure]
Dim x
x = fHandleFile("mailto:" & Me!ContactEMail, WIN_NORMAL)
IT will go and look in the table "Customers" for some reason
What I want is
go and look in the "tblEmail table and get the info from the "ContactEMail" field
How do I alter this please
As always, any and all help is greatly appreciated.
Thank you in advance.
John
I hope I can explain this all ok
I have on a form "frmCustomers" a command button on the [event procedure]
I have
Dim x
x = fHandleFile("mailto:" & Me!ContactEMail, WIN_NORMAL)
The record source on the form comes from a table called Customers
Which works fine
BUT what I want to do is make another form where the record source comes from a table
callled tblEmail
So if I make a command button with the [event procedure]
Dim x
x = fHandleFile("mailto:" & Me!ContactEMail, WIN_NORMAL)
IT will go and look in the table "Customers" for some reason
What I want is
go and look in the "tblEmail table and get the info from the "ContactEMail" field
How do I alter this please
As always, any and all help is greatly appreciated.
Thank you in advance.
John