union query & yes/no field

S

Susan

How do I get a yes/no field to display as yes/no, not -1/0
in a Union query. Field is already defined as a text box
for yes/no test. Thanks! :)
 
J

John Vinson

How do I get a yes/no field to display as yes/no, not -1/0
in a Union query. Field is already defined as a text box
for yes/no test. Thanks! :)

Display the Query in a Form (for onscreen) or a Report (for printing),
and bind the field to a textbox with the appropriate format.
 
Top