U
ukinusa
Hi everyone,
I am trying to pre-poulate the form fields with the previous entry.
am using the following code:
Private Sub Driver_AfterUpdate()
Driver.DefaultValue = "'" & Driver & "'"
End Sub
However, there is one field that needs to be incremented in it's value
It is a time field and it should be inceremented by 30 mins. How can
accomplish this?
Thanks,
Kira
I am trying to pre-poulate the form fields with the previous entry.
am using the following code:
Private Sub Driver_AfterUpdate()
Driver.DefaultValue = "'" & Driver & "'"
End Sub
However, there is one field that needs to be incremented in it's value
It is a time field and it should be inceremented by 30 mins. How can
accomplish this?
Thanks,
Kira