Exporting Yes/No field to Excel

T

TL

If there anyway to export the Yes/No Field to an Excel Spreadsheet? I have
tried "Analyze With Excel", "Analyze With Word" and Save As Export...but all
ignore the Yes/No Data. Any help will be greatly appreciated.

Thanks!

Tiffany
 
R

Rick B

Change the field in your report to be a text field. Create an unbound text
filed and put something like the following in your field...

=IIf([Inactive],"Y","N")

Hope that helps,
Rick B
 
Top