Dear Experts,
Here's where I'm stuck:
I have two forms: Form A, Form B
both forms have same key - invoice number
I have a pull down menu in each forms - cboInvNum
I used macro on that PDM - GoToControl then findRecord to go to specific record on both forms.
What I want is,
when both forms A and B are open, if user changes record using the PDM on one form, both forms A and B should go to the same record.
ex) if I change InvNum on form A to "123", the form B should go to InvNum "123" also.
is there anyway I can do this using VBA or Macro?
Here's where I'm stuck:
I have two forms: Form A, Form B
both forms have same key - invoice number
I have a pull down menu in each forms - cboInvNum
I used macro on that PDM - GoToControl then findRecord to go to specific record on both forms.
What I want is,
when both forms A and B are open, if user changes record using the PDM on one form, both forms A and B should go to the same record.
ex) if I change InvNum on form A to "123", the form B should go to InvNum "123" also.
is there anyway I can do this using VBA or Macro?