No. You will want it to look like this:
Select vchCompanynumber, vchAAPNumber, vchCompanyName, vchAAPFirstname, vchAAPLastName,
CASE bActive
WHEN 0 THEN
"No"
WHEN 1 THEN
"Yes"
END as bActive
from tblAAPInfo
Also, I tested this against SQL Server if you are using Access or another RDBMS such as MySQL the syntax may be different.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor :.
Wrox Books 24 x 7
================================================== =========