|
-
April 1st, 2001, 10:13 PM
#1
That is Null and Is not Null problem
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)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|