B
Bill
Hi,
I'm having a problem with getting "Type Mismatch" ... I create sample code
but not sure if I did the right "setup" or not. Please help ?
Dim strGame as String
Dim strTeam as String
Dim Filter as String
strGame = "='No Game'" Or "='Cancellation'" >>> (is this correct ??)
strTeam = "='Baseball'"
Filter = "[Team] & strTeam & and "[Status] " & strGame
Your help would be much appreciated.
I'm having a problem with getting "Type Mismatch" ... I create sample code
but not sure if I did the right "setup" or not. Please help ?
Dim strGame as String
Dim strTeam as String
Dim Filter as String
strGame = "='No Game'" Or "='Cancellation'" >>> (is this correct ??)
strTeam = "='Baseball'"
Filter = "[Team] & strTeam & and "[Status] " & strGame
Your help would be much appreciated.