My brain has gone blank. :blush:
EntryRiskText (string variable) can either be Low, Med or High so depending on it's value, LowRiskCounter, MedRiskCounter or HighRiskCounter is checked. My problem is the 2nd line which returns an "Expected: expression" error and the first "&" is highlighted.
Can anyone help me out?
[B]VB Code:
If EntryRiskText & "RiskCounter" <> 10 Then EntryRiskText & "RiskCounter" = EntryRiskText & "RiskCounter" + 1 End if
