S
scubadiver
On a continuous subform I have a button attached to each record. In the
"click" event code I have a line which changes a check box from false to true.
What I would also like is to change a date field from being empty to being
today's date. I have tried
me.Cont_DateInv.value = date()
but the brackets disappear.
Cheers!
"click" event code I have a line which changes a check box from false to true.
What I would also like is to change a date field from being empty to being
today's date. I have tried
me.Cont_DateInv.value = date()
but the brackets disappear.
Cheers!