C CINDY K Aug 4, 2003 #2 I have set up an update query to enter the date and time when I run it. My expression is - NOW(). What type of expression it be if I wanted it to be - Now less 10 minutes.
I have set up an update query to enter the date and time when I run it. My expression is - NOW(). What type of expression it be if I wanted it to be - Now less 10 minutes.
R Rick Brandt Aug 4, 2003 #3 CINDY K said: I have set up an update query to enter the date and time when I run it. My expression is - NOW(). What type of expression it be if I wanted it to be - Now less 10 minutes. Click to expand... DateAdd("n", -10, Now())
CINDY K said: I have set up an update query to enter the date and time when I run it. My expression is - NOW(). What type of expression it be if I wanted it to be - Now less 10 minutes. Click to expand... DateAdd("n", -10, Now())