Private Sub form_load()
Text12.Text = Format(Time, "hh:mm ")
Text11.Text = Format(Date, "dd/mm/yy")
End Sub
The only problem is that the time doesn't update itself along with the system time. How do i make this happen
Please help
The only problem is that the time doesn't update itself along with the system time. How do i make this happen
Please help