I have a linked SQL Server table into my Access 2013 database. It holds customer information and loads it onto a form. I need a way from the form to set a customer as active, or inactive. I was thinking of adding in a check box, and adding a bit column to my SQL Server Table. However, I have had big issues when my SQL table has a bit column.
Is there a different way for me to do this set-up or a different field type I can use in SQL Server and still use check box?