Hi Guys
I have a sql query that includes an email adress in the Where clause
ie strEmail = xx.xx@xx.com
I cannot get this to work.
I've tried single & double quotes around the email address.
Where strEmail = "xx.xx@xx.com"
Where strEmail = 'xx.xx@xx.com'
Any clues?
Thanks in advance
TabbyTab
I have a sql query that includes an email adress in the Where clause
ie strEmail = xx.xx@xx.com
I cannot get this to work.
I've tried single & double quotes around the email address.
Where strEmail = "xx.xx@xx.com"
Where strEmail = 'xx.xx@xx.com'
Any clues?
Thanks in advance
TabbyTab