I have an unbound form, and on the form is a tab control with 6 pages.
I have a function which fills the fields with data when the form is
opened, and another to save everything when it is closed.
Here's the question - in a couple of instances I want the same field
to appear on 2 pages. So the 2 fields need to have slightly different
names, but even so, no problem with the initial loading of data. But
then I want to arrange it so that if a user changes the contents of
that field on one page then that change is immediately echoed to the
same field on the other page. I can't get this to work using either
Before or After Update.
Can anyone help with this please.
TIA Dave
I have a function which fills the fields with data when the form is
opened, and another to save everything when it is closed.
Here's the question - in a couple of instances I want the same field
to appear on 2 pages. So the 2 fields need to have slightly different
names, but even so, no problem with the initial loading of data. But
then I want to arrange it so that if a user changes the contents of
that field on one page then that change is immediately echoed to the
same field on the other page. I can't get this to work using either
Before or After Update.
Can anyone help with this please.
TIA Dave
Comment