aussiecyclone
April 1st, 2001, 10:13 PM
Hi,
I am trying to populate a combo with the following Where clause. There is something wrong with my code.
Any help appreciated.
Regards,
Alan.
SQL = "SELECT * FROM Customers ORDER bY CompanyName" & "WHERE MailDateSent Is Not Null" & "FollowUpDate Is Null"
Set Customers = DB.OpenRecordset(SQL, dbOpenDynaset)
I am trying to populate a combo with the following Where clause. There is something wrong with my code.
Any help appreciated.
Regards,
Alan.
SQL = "SELECT * FROM Customers ORDER bY CompanyName" & "WHERE MailDateSent Is Not Null" & "FollowUpDate Is Null"
Set Customers = DB.OpenRecordset(SQL, dbOpenDynaset)