Click here to Skip to main content
15,895,774 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I am exporting a table from Access to Excel. The table contains bit fields that I would like to retain as checkboxes on the export to Excel. When I run the export the bit fields are converted to TRUE or FALSE. Any help would be greatly appreciated.
Posted

1 solution

Using standard Access 2007 methods, you can't export a bit fields as checkboxes. Checkboxes can have double or triple states. If you have only true or false values, it mean: true(-1)=checked, false(0)=unchecked.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900