DoCmd.RunSQL "INSERT INTO tblAccessLog " _
& "(User, DateLoggedIn, TimeLoggedIn) VALUES " _
& "(" & Username & "," & Date & ",#" & Time & "#);"
That's the code i'm using at the moment which does work except for it asking me to input data still.
I can't really use the...