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!

Yes/No field variables on report from UNION query

Status
Not open for further replies.

intern42

Programmer
May 19, 2003
11
US
I have a Yes/no field called "required" that comes up as a checked or unchecked box when I reference it in a report.

For my latest report, I had to build a query that combined 3 different SELECT statements with the UNION command.

In the report I generated from this query, the required field comes up as either a 0 or a -1 instead of the checked/unchecked box.

The ONLY diffenence (that I can see) is that this report is built off of a UNION query.

Any ideas why I'm getting zeros and -1's instead of the checked/unchecked boxes?

 
Look in the report design and change the properties of the field it is displayed in.

John
 
Thanks.

That helped.

I forgot to drag the checkbox item onto the form.

Gotta love Mondays.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top