I have a field in a table that has a Date/Time format (General Date, 1/1/2003 12:00:00 AM). I'm calling a function that checks to see if the date/time in the table is less than 10 seconds versus the current date/time. In other words, has 10 seconds elapsed between Now() and the time in the table. How can I compare two date/times with seconds?!? Thanks for any help.