Personally I would use SQL:
Code:
Dim dt as date
dt = Now()
Dim sDate as string
sDate = Format(dt, <format here>)
"UPDATE tblWhatever Set cutoff_dt = #" & sDate & "#"
but your technique should work as long as the recordset is updateable.
What exactly is happening?
--
Joe
--
Joe (Co-author
Beginning XML, 3rd edition)