J
Jesper Fjølner
I'm having problems with "top(1)" part of this SQL. Can I use the TOP word
in an update-query?
UPDATE TOP(1) tblLog SET exittime = #" & Time & "# WHERE username = '" &
CurrentUser & "'"
Running this with db.execute
in an update-query?
UPDATE TOP(1) tblLog SET exittime = #" & Time & "# WHERE username = '" &
CurrentUser & "'"
Running this with db.execute