sbornstein1
Registered User.
- Local time
- Today, 16:25
- Joined
- Jun 19, 2001
- Messages
- 24
Hello all. Here is my issue. I have a form that I recreated in another Access 2000 database. On the
original form when I do a ME.REFRESH command the form goes to the FORM_AFTERUPDATE and then refreshes
and keeps the record place in the detail section. On my new form anytime I do a ME.REFRESH it does
the following actually twice.
FORM_CURRENT
FORM_CURRENT (I think this is where the record loses place)
FORM_AFTERUPDATE
Why is this happening.
original form when I do a ME.REFRESH command the form goes to the FORM_AFTERUPDATE and then refreshes
and keeps the record place in the detail section. On my new form anytime I do a ME.REFRESH it does
the following actually twice.
FORM_CURRENT
FORM_CURRENT (I think this is where the record loses place)
FORM_AFTERUPDATE
Why is this happening.