Need help with multiple conditions

tinsoilder
05-23-2004, 05:22 PM
I want to have a web page open if certain conditons are met. I want it to run if "chkEmployment.Value = 1" and if the variable "min" is equal to 0, 10, 20, 30, 40, or 50. Any help would be apreciated I am a newby so bear with me.

janaaage
05-23-2004, 05:45 PM
Here is one way to do it:If chkEmployment.Value = 1 Then
Select Case min
Case 0, 10, 20, 30, 40, 50
' Open web page ...
End Select
End If

tinsoilder
05-23-2004, 07:44 PM
thx Ill try that

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum