Checkbox question

Jerome

Registered User.
Local time
Today, 13:25
Joined
Jul 21, 2009
Messages
77
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
 
Last edited:
Problem is fixed :).

Thanks
 
Last edited:

Users who are viewing this thread

Back
Top Bottom