I'm using MS Access 2010, and I'm finding that if an unbound control on a form with a date format and a default value of any date is set to null with VBA then it reverts to the default value.
For example I use:
and I get the default date.
Is there something wrong with my installation, or is that just how Access 2010 works?
For example I use:
Code:
form_tmpForm.txtDateField=null debug.print form_tmpForm.txtDateField
Is there something wrong with my installation, or is that just how Access 2010 works?
Comment