N
Nico__
Hello everyone,
I am connecting Access to a mysql database with MysqlODBC.
Everything is fine, except the boolean fields.
I do not manage to show a checkbox in the Access table view.
For example, my mysql fields are is BIT (1) or TINYINT (1). All I see
in Access are values 0 or -1. I expected to have boolean checkboxes,
like before with the Access field "True/False".
How can I do to have checkboxes back in my table view ? My users are
really used to them and it is so slow to write "-1" or "0" instead of
just checking a box.
Thank you.
I am connecting Access to a mysql database with MysqlODBC.
Everything is fine, except the boolean fields.
I do not manage to show a checkbox in the Access table view.
For example, my mysql fields are is BIT (1) or TINYINT (1). All I see
in Access are values 0 or -1. I expected to have boolean checkboxes,
like before with the Access field "True/False".
How can I do to have checkboxes back in my table view ? My users are
really used to them and it is so slow to write "-1" or "0" instead of
just checking a box.
Thank you.