Good Afternoon Everyone!
Can anyone tell me what i am doing wrong with the following?
sSQL = "SELECT ContactBilling, EmailBilling, BankAccount, FROM qryCustomerEmail"
Set db = CurrentDb
Set rs = db.OpenRecordset(sSQL, dbOpenSnapshot)
As i am getting the following error...