rkane
12-09-2002, 08:34 AM
I have a database value I'm pulling out that is a true or false.
I am wondering if there is a quick way to make that into a checkbox on a form.
I currently have the code checkbox.value = rs!inc
but since rs!inc returns true then it won't check the box.
Do I need to change inc to be a different type of field? Or how do I make this one statement work.
I'm still trying to learn the best way to do things so let me know what you all think.
Thanks for any help.
I am wondering if there is a quick way to make that into a checkbox on a form.
I currently have the code checkbox.value = rs!inc
but since rs!inc returns true then it won't check the box.
Do I need to change inc to be a different type of field? Or how do I make this one statement work.
I'm still trying to learn the best way to do things so let me know what you all think.
Thanks for any help.