Jumping to last changed record when opening form

  • Thread starter Paul van der Heijden
  • Start date
P

Paul van der Heijden

Hello,

how can I start the last changed record in a form when I close it and open
it again ?

Thanx !

Paul
 
A

AlCamp

Paul,
You'll need to add a DOLE (Date Of Last Edit) field in the table behind
your form. When you edit a record, update the DOLE field, and when
subsequently opening the form use an OpenForm argument to locate the record
with the latest DOLE.
hth
Al Camp
 
Top