A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

export to xls.



 
 
Thread Tools Display Modes
  #1  
Old March 2nd, 2010, 06:07 PM posted to microsoft.public.access.queries
Humbled Learner
external usenet poster
 
Posts: 36
Default export to xls.

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?


--
Thank You
  #2  
Old March 2nd, 2010, 07:31 PM posted to microsoft.public.access.queries
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default export to xls.

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


"Humbled Learner" wrote:

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?


--
Thank You

  #3  
Old March 2nd, 2010, 09:03 PM posted to microsoft.public.access.queries
Humbled Learner
external usenet poster
 
Posts: 36
Default export to xls.

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

"Jerry Whittle" wrote:

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


"Humbled Learner" wrote:

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?


--
Thank You

  #4  
Old March 2nd, 2010, 09:43 PM posted to microsoft.public.access.queries
PieterLinden via AccessMonster.com
external usenet poster
 
Posts: 307
Default export to xls.

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

TheError: IIf([error] = 0, "No", "Yes")

[quoted text clipped - 7 lines]
When I export query to xls, it reports true/false. Can I make it export
Yes/No?


In the next available column in the QBE grid.

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...eries/201003/1

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:10 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.