|
-
Jul 6th, 2000, 12:19 PM
#1
Thread Starter
Addicted Member
I am using ADO and I am trying to find a Null value in my database. This works fine for searching for a field with a value
username = "ME"
Criteria = "Mnemonic = '" & UCase(username) & "'"
rs.Find Criteria, , adSearchForward, 1
But, soon as I search for a null value it can't find it. Help someone please!!!
Thanx!!!
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
|