SELECT FirstName & ' ' & Lastname As Fullname, -IsMonday - IsTuesday - IsWednesday - IsThursday - IsFriday As WeekdayCount
FROM YourTable
I rarely use the code icon, preferring to type code and /code (surrounded by [ & ]) manually. Just tried with the icon General Code though, and that produced the above?