Guest_imported
New member
- Jan 1, 1970
- 0
I am Having problem getting this code to work
Private Sub txtText3_Change()
txtText3.Text = Format(Now, "mm/dd/yyyy hh:mm ampm"
End Sub
when i run the program the time is not displayed any ideas?????
Private Sub txtText3_Change()
txtText3.Text = Format(Now, "mm/dd/yyyy hh:mm ampm"

End Sub
when i run the program the time is not displayed any ideas?????