Guru's please help this novice....
Ok - so I have this table with 2 fields - Yes/No1 and Text1.
I want a query with both the fields AND a calculated/logical field OUTPUT which should work as follows:
Yes/No1 Text1 OUTPUT
-------- ------ -------
Yes <some text> Complete
No <some text> <some text>
I am not sure how / where to code the SQL statement. :-(
Thanks in advance !
Ok - so I have this table with 2 fields - Yes/No1 and Text1.
I want a query with both the fields AND a calculated/logical field OUTPUT which should work as follows:
Yes/No1 Text1 OUTPUT
-------- ------ -------
Yes <some text> Complete
No <some text> <some text>
I am not sure how / where to code the SQL statement. :-(
Thanks in advance !