I have a simple query based form to log calls coming into our helpdesk. Now management would like exact times those calls were called in/logged so I've added a field called TimeRecorded. It's format is set to Medium Time with a default value of Now(). I completely forgot about lag time between calls so the problem I'm having is if the form is left open, the time won't be correct when calls are slow coming in. I want to refresh the form before entering the next log. I've played around a little with requery but I'm so sql illiterate, I'm still having trouble. I tried to requery just the TimeRecorded field with a separate button on the form but nothing happens. Any recommendations on the easiest way to accomplish this would be most appreciated. MikeG