I know this is a very novice question but I just have to ask.
While populating my form, on all of my option and checkbox controls (that do not have data) I am receiving the msg "Invalid use of Null".
I noticed that the checkboxes have Dataformat property and I tried setting it to Boolean. I thought since one of the options was null that would allow the field to accept a null value. Alas it ‘twas not true!
I have 55 fields to fill quite a few of them are option or checkbox. Do I have to check them all for isNull?
Is there some property I can change or some way to define the field to alleviate this problem?
Thanks for taking the time to read this unworthy question.
Queen of the Lazy
Trudye
While populating my form, on all of my option and checkbox controls (that do not have data) I am receiving the msg "Invalid use of Null".
I noticed that the checkboxes have Dataformat property and I tried setting it to Boolean. I thought since one of the options was null that would allow the field to accept a null value. Alas it ‘twas not true!
I have 55 fields to fill quite a few of them are option or checkbox. Do I have to check them all for isNull?
Is there some property I can change or some way to define the field to alleviate this problem?
Thanks for taking the time to read this unworthy question.
Queen of the Lazy
Trudye