K
Kate
Hi, I'm using Access 2003 on XP. My frustration is that I'm
trying to keep the current record
current when a user removes a filter. Instead, the first
record of the recordset is always shown.
I've tried so many different variations of dealing with this
that I'm in a total muddle.
I have a variable that stores the current record's unique
ID, so that
it can be returned to after the filter is removed. That,
however, fires the current
event, which resets the first record as the current record
all by itself. I can't figure it out!
If I try to return to it within the current event, that of
course fires the current event! AAAAAHHH!
Does anyone have any suggestions on how to handle this type
of navigation?
TIA,
Kate
trying to keep the current record
current when a user removes a filter. Instead, the first
record of the recordset is always shown.
I've tried so many different variations of dealing with this
that I'm in a total muddle.
I have a variable that stores the current record's unique
ID, so that
it can be returned to after the filter is removed. That,
however, fires the current
event, which resets the first record as the current record
all by itself. I can't figure it out!
If I try to return to it within the current event, that of
course fires the current event! AAAAAHHH!
Does anyone have any suggestions on how to handle this type
of navigation?
TIA,
Kate