megatronixs
Registered User.
- Local time
- Today, 17:12
- Joined
- Aug 17, 2012
- Messages
- 719
Hi all,
Is there a way to use "Option Compare Text" along with Option Compare Database and Option Explicit?
I use the below code:
But if "TYPE 1" is writen as "Type 1" it will give error mismatch.
Any ideas?
Greetings
Is there a way to use "Option Compare Text" along with Option Compare Database and Option Explicit?
I use the below code:
Code:
If Me.Business = "TYPE 1" And Me.Case = "Sent Email" Then
Any ideas?
Greetings