Expression

  • Thread starter Thread starter Floyd Forbes
  • Start date Start date
F

Floyd Forbes

I have a query that has a column name accounts. How do I
create an expression that will turn "mailroom" and "meeting"
in the account column to zero?

Floyd
 
Use a Calculated Column

Field: SpecialName: IIF([Accounts] = "Mailroom" or [Accounts] = "Meeting","0",[Accounts])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Update query help 1
Adding Rows 3
The twelve months 2
Show current year data only. 1
Crosstab query problem. 10
Crosstab Query 5
Between Times 1
Access Query problem 1

Back
Top