sanders720
Programmer
I have a form with check boxes. When I check the box, I have code that populates a table field with todays date.
This, upon clicking the check box, I want to...
Tables!tblABC.fieldname.value = Date
First, I am wondering idf there is anything wrong with this syntax. However, if I do something basic like...
MsgBox Date on the control, I get an Invalid Use of Null error. I'm confused because shouldn't Date be today's date?
Thanks in advcance for any help you can provide.
This, upon clicking the check box, I want to...
Tables!tblABC.fieldname.value = Date
First, I am wondering idf there is anything wrong with this syntax. However, if I do something basic like...
MsgBox Date on the control, I get an Invalid Use of Null error. I'm confused because shouldn't Date be today's date?
Thanks in advcance for any help you can provide.