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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a way to Have a YES/NO Fie

Status
Not open for further replies.

cell0042

Programmer
Nov 5, 2002
16
US
Is there a way to Have a YES/NO Field Type but if you check yes on the form it would print out whatever the field is on a report.

For example:
IF you have a field called "Late". On Your form there will be a box to check. Then on your report you want it to print the word "Late" rather then YES/No. Even if you made a query that printed out everyone who was late it still would only print yes or no.
 
in the query use this

latecall:iff(late=true;"late";"")

put this in the place where you normally put the fieldname
"What a wonderfull world" - Louis armstrong
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top