M
Mike
All,
I am trying to find a way in Access VBA, etc., to perform
the following;
I have 10 fields. They are matched in pairs such as
flda1 fldb1
flda2 fldb2
flda3 fldb3
flda4 fldb4
flda5 fldb5
What I want to do is on exit of the flda's is to copy the
information to the fldb's (actually the final application
will be dlookups and there will be 2 additional fields per
group). I do not want to create the whole step for each
group. Instead, I would like to create a common procedure
and call this procedure on exit from each flda. So I need
to be able to identify the correct flda and b each time the
procedure is called.
Any thoughts on how this may be done?
TIA
Mike
I am trying to find a way in Access VBA, etc., to perform
the following;
I have 10 fields. They are matched in pairs such as
flda1 fldb1
flda2 fldb2
flda3 fldb3
flda4 fldb4
flda5 fldb5
What I want to do is on exit of the flda's is to copy the
information to the fldb's (actually the final application
will be dlookups and there will be 2 additional fields per
group). I do not want to create the whole step for each
group. Instead, I would like to create a common procedure
and call this procedure on exit from each flda. So I need
to be able to identify the correct flda and b each time the
procedure is called.
Any thoughts on how this may be done?
TIA
Mike