Hello Everyone!
I just recently started using MySQL as a beckend database for an Access 97 application. I have existing forms that where created in Access. Everything is working great except a form that is bound to a table in MySQL. The problem with the form is that I have a checkbox bound to a field with datatype "int". It will not let me insert the value of the checkbox (-1,0) into that field. I keep getting "The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data. (Error 3163)".
What am I doing wrong? Can anyone help me out with this issue? Thank you in advance for your time.
I just recently started using MySQL as a beckend database for an Access 97 application. I have existing forms that where created in Access. Everything is working great except a form that is bound to a table in MySQL. The problem with the form is that I have a checkbox bound to a field with datatype "int". It will not let me insert the value of the checkbox (-1,0) into that field. I keep getting "The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data. (Error 3163)".
What am I doing wrong? Can anyone help me out with this issue? Thank you in advance for your time.