Hello,
recently I've asked this question:
http://www.access-programmers.co.uk/forums/showthread.php?t=177143
At the end it all got confusing. Thats why I'll try to give a better description of my problem.
I have a form with a checkbox. The checkbox control source is linked to a field in the table.
When the checkbox is true I would like to put for example: "AA" in my table. When the checkbox is false I would like to the entry to be empty.
Now 0 or -1 is displayed but this is not the way I would like it to be. This because I use a listbox to populate the data from the table and 0 and -1 are not clear for the user.
Is there a way to do this?
Thanks
recently I've asked this question:
http://www.access-programmers.co.uk/forums/showthread.php?t=177143
At the end it all got confusing. Thats why I'll try to give a better description of my problem.
I have a form with a checkbox. The checkbox control source is linked to a field in the table.
When the checkbox is true I would like to put for example: "AA" in my table. When the checkbox is false I would like to the entry to be empty.
Now 0 or -1 is displayed but this is not the way I would like it to be. This because I use a listbox to populate the data from the table and 0 and -1 are not clear for the user.
Is there a way to do this?
Thanks
Last edited: