|
-
Aug 21st, 2012, 03:30 AM
#1
Thread Starter
Fanatic Member
Is there such thing as 'Is not' or is different to ?
Hi guys, Is there such thing as Is not?
I tried it but i got type mismatch... I thought this would work ...
If Combo3.Text Is Not "All Databases" And Combo1.Text = "All Agents" Then
Set rs = db.OpenRecordset("SELECT * FROM `Leads` WHERE `CurrentStatus` = " & "'" & Combo2.Text & "' AND `Calling From` = " & "'" & Combo3.Text & "'")
End If
Thanks!
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
|