Simulate record navigation to synch form views

  • Thread starter Thread starter Jody
  • Start date Start date
J

Jody

Does anyone know the code that will programatically
simululate using the left navigation button of a form once
followed by using the right navigation button of that form
once. I'd like to employ this immediately after a new
record is inserted (through a form via a query).

When I do this navigation manually (after saving the
record), I get the desired effect of synchronizing the
recordsets displayed on two different pages of a tab
control. But I'd like to spare the user from having to do
this.

Any help is appreciated.

Cheers,
Jody
 
Hi Albert,

I tried the me.refresh and unfortunately it didn't do the
trick. Incidentally, the record save has to be manually
generated.

I realize that a record navigation seems a bit
unconventional, but I feel it will work.

Is there a way to do this?

Thanks,
jody
 
Yes, it does seem un-conventional. (would use much harder word, and
instantly remove that developer from the team and tell them to find a
different line of work!).

You might want to explain a bit what the problem is, or what you are trying
to solve.

If you form only has one record, then moving back will not work. It also
means that any form opened with a filter would also not have navigation.
Simply put, it is a messy solution you are looking form. A solution to your
save problem by using navigation is beyond silly.

We need to find out why the me.refresh does not work here. Something other
detail is completely missing here. You have a rope, but you are forgetting
to tell about the cow that is attached to this rope.

Why do you need to navigate back? For what reason?
 
Back
Top