I'm using Access 2010. I'd like to insert a timestamp into a field I thought
would work, but I keep getting the Enter Parameter Value Dialog box. Anybody know what I'm doing wrong?Code:DoCmd.RunSQL ("INSERT INTO tempData (alteredDate) VALUES ( current_timestamp );")