Hi All,
does anyone know the format of a case statement to set the background colour of a page heading.
I'm trying something like... (the actual code's st work)
Select Case {field name}
Case "R"
crRed
Case "G"
crGreen
Case Else
crWhite
End Select
but it complains about 'missing end statement'
TIA
Bill
does anyone know the format of a case statement to set the background colour of a page heading.
I'm trying something like... (the actual code's st work)
Select Case {field name}
Case "R"
crRed
Case "G"
crGreen
Case Else
crWhite
End Select
but it complains about 'missing end statement'
TIA
Bill