hello,
i would need to create a Case is Statement where the criteria is complex, meaning i would have to use the AND.
how should it be written to work?
i would need something like
Select Case valuetocompare
case is <=3 AND case is >1
but if i write it like that i get an error.
any help is greatly appreciated
i would need to create a Case is Statement where the criteria is complex, meaning i would have to use the AND.
how should it be written to work?
i would need something like
Select Case valuetocompare
case is <=3 AND case is >1
but if i write it like that i get an error.
any help is greatly appreciated