Click to See Complete Forum and Search --> : Updating Recordset after 6 months


HanneSThEGreaT
October 6th, 2001, 05:34 PM
I've got this form connected to a DB through ADO code. The problem is that I want to change and update the recordset, for each record in 6 Months time, how can I save the date for each record to the registry, orwhat else can I doż



F. T. W.

urs
October 7th, 2001, 11:30 AM
hi
i can just suggest u
u can save the date when it modified in a text file or in ur database
and then on form load u cn check it with datediff()
if it is 6 months u can pop u a msg to update
i hope this will help
best of luck