export to xls.

  • Thread starter Humbled Learner
  • Start date
H

Humbled Learner

Good Afternoon,
I have a query set to export to xls...

table = "error" set to yes/no
Form reflects a check box
Query has "error" and shows check box (checked or unchecked)

When I export query to xls, it reports true/false. Can I make it export
Yes/No?
 
H

Humbled Learner

Thank You,,, where would I paste that information?
IIf([error] = 0, "No", "Yes")

Jerry Whittle said:
TheError: IIf([error] = 0, "No", "Yes")
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


Humbled Learner said:
Good Afternoon,
I have a query set to export to xls...

table = "error" set to yes/no
Form reflects a check box
Query has "error" and shows check box (checked or unchecked)

When I export query to xls, it reports true/false. Can I make it export
Yes/No?
 
P

PieterLinden via AccessMonster.com

Humbled said:
Thank You,,, where would I paste that information?
IIf([error] = 0, "No", "Yes")
TheError: IIf([error] = 0, "No", "Yes")
[quoted text clipped - 7 lines]

In the next available column in the QBE grid.
 

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

Top