J
John Milbury-Steen
I have a dependent form (let's call it A) synchronized to another form,
the primary one, (call it B) by
a macro as described in the Access 2000 Bible. I do my development in
Access 2002, and it works fine on my hard drive. However, when I put in on
the office intranet, form A will not update as I click from record to record
through B. (The macro is attached to form B: it opens A OnCurrent and the
macro specifies which field on A should be equal to the corresponding field
in B.). The
only way I can get it to work is to have the macro close A before it opens A
again, which slows things down quite a lot. Any Access guru out there have
any idea what I am doing wrong?
What I think I really need to do somehow is, when B's current record
changes,
to get A to update its information without re-opening the form.
the primary one, (call it B) by
a macro as described in the Access 2000 Bible. I do my development in
Access 2002, and it works fine on my hard drive. However, when I put in on
the office intranet, form A will not update as I click from record to record
through B. (The macro is attached to form B: it opens A OnCurrent and the
macro specifies which field on A should be equal to the corresponding field
in B.). The
only way I can get it to work is to have the macro close A before it opens A
again, which slows things down quite a lot. Any Access guru out there have
any idea what I am doing wrong?
What I think I really need to do somehow is, when B's current record
changes,
to get A to update its information without re-opening the form.