C
croy
On a data-entry subform, it would be helpful to set the
default for a time field to be 15 minutes more than the last
entry.
I've tried to put code on the AfterUpdate event of the
txtCntTime field like this:
dMax([CntTime],tblUseCountDetails,[UCDId]=me.txtUCDId)
.... but just get "0:00" in the textbox.
I also tried a variant of that in the default property for
txtCntTime, but just got "#Name?" in the textbox.
Any thoughts?
default for a time field to be 15 minutes more than the last
entry.
I've tried to put code on the AfterUpdate event of the
txtCntTime field like this:
dMax([CntTime],tblUseCountDetails,[UCDId]=me.txtUCDId)
.... but just get "0:00" in the textbox.
I also tried a variant of that in the default property for
txtCntTime, but just got "#Name?" in the textbox.
Any thoughts?