B
Bob
--
I have a command button that enters Todays date, is it possible to add to
the code that If I click it again and their is a date in the text box it
will delete it then if I click it again and it is Blank it will enter
today's date
thanks for any help...............Bob
Private Sub Command440_Click()
tbBox9Date.value = Format(Now(), "dd-mmm-yy")
End Sub
..........Jenny Vance
I have a command button that enters Todays date, is it possible to add to
the code that If I click it again and their is a date in the text box it
will delete it then if I click it again and it is Blank it will enter
today's date
thanks for any help...............Bob
Private Sub Command440_Click()
tbBox9Date.value = Format(Now(), "dd-mmm-yy")
End Sub
..........Jenny Vance