The title kind of speaks for itself. I have a field predetermined in Access that should be a Yes/No data type with True/False format. When I read it in, Access always cuts it off.
My solution is that I allowed access to create the table for me, however, it read the true/false in as a number (-1 = true, 0 = false).
Is there a way to read this data in without some kind of work-around? I've browsed but nothing has helped me thus far...
Thanks!
My solution is that I allowed access to create the table for me, however, it read the true/false in as a number (-1 = true, 0 = false).
Is there a way to read this data in without some kind of work-around? I've browsed but nothing has helped me thus far...
Thanks!
Comment