Hi All
I have a form that needs to have the date automatically entered depending on time, I have it set on form load and new record, so far I have this but if I change the time to test it doesn't work??
Private Sub Form_Load()
DoCmd.GoToRecord , , acNewRec
If Mytime <= 1500 Then
Me!PostDate =...