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.
Printable View
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.
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