L
ll
Hi,
I am wanting to add the current date to each new form, as I advance
through the recordset, using the buttons built in to the form at the
bottom. I have currently the following code, but I am wanting to
enable the date stamp on successive record entries in the same
session. Thanks, Louis
---------
Private Sub Form_Load()
'Set date stamp on current record
Text50.Value = Date
End Sub
I am wanting to add the current date to each new form, as I advance
through the recordset, using the buttons built in to the form at the
bottom. I have currently the following code, but I am wanting to
enable the date stamp on successive record entries in the same
session. Thanks, Louis
---------
Private Sub Form_Load()
'Set date stamp on current record
Text50.Value = Date
End Sub