Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Query Help

Status
Not open for further replies.

sandingdude

IS-IT--Management
Jun 26, 2002
109
US
I have a database with 5 Fields with Yes/No Data Type. I want to run a query that replaces a True with a Yes and False with a No. What is the criteria for this? I am posting these results in a database and I need the Results to say YES instead of TRUE.

Thanks guys,
 
MyResults:IIf([FieldName]=-1,"Yes","No")

Put this in a new column in your query and change the field name to one of your fields.

Paul
 
Paul,

What should I call my new column?

Thanks.

Dave
 
Paul,

I figured it out. Nevermind, thanks for your help.

Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top