PeterWallace
Programmer
I have a table something like
Tno as Long
Rego as String
State as string
Front as Boolean
What I would like to know is how can I write SQL so that can
Select Rego , State ...
AND
if Front is True Then want answer as a String "FRONT
If Front is False I want answer as a String "REAR"
Thanks in anticipation
Peter
Tno as Long
Rego as String
State as string
Front as Boolean
What I would like to know is how can I write SQL so that can
Select Rego , State ...
AND
if Front is True Then want answer as a String "FRONT
If Front is False I want answer as a String "REAR"
Thanks in anticipation
Peter