G
Guest
I'm using an If Then statment and trying to include a couple of choices using
or as a separation.
If Me.Request.Value = "Legal - Ordinance (Modify)" Or "Legal - Open Records"
Or "Legal - Ordinance (Other)" Then
However, it only works if I repeat the Me.Request.Value for each possible
selection.
If Me.Request.Value = "Legal - Ordinance (Modify)" Or Me.Request.Value =
"Legal - Open Records" Or Me.Request.Value = "Legal - Ordinance (Other)" Then
Is there a way to shorten this and use a wildcard selecting request that
starts with Legal?
or as a separation.
If Me.Request.Value = "Legal - Ordinance (Modify)" Or "Legal - Open Records"
Or "Legal - Ordinance (Other)" Then
However, it only works if I repeat the Me.Request.Value for each possible
selection.
If Me.Request.Value = "Legal - Ordinance (Modify)" Or Me.Request.Value =
"Legal - Open Records" Or Me.Request.Value = "Legal - Ordinance (Other)" Then
Is there a way to shorten this and use a wildcard selecting request that
starts with Legal?