how do i record the the time to the access database on VB with the date when register in

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick

    lbltime.Text = "Time:" + TimeString

End Sub
End Class

Now() wouldn't work to get the current date/time?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.