Hi!
I am using a single table. I have 1 form acting as my switchboard which opens up 1 of 3 forms. The 3 forms use unique queries as the recordsources. I want to open either form, add a new data record, and automatically have the client name be entered on the same data record on the other 2 forms (without closing the first form). I am trying to switch between all 3 forms - while leaving them all open, and I will close all of them when the forms are completed.
The problem for me is that when I go to another form, after entering client name on the 1st form, the forms don't seem to be synced-up. On each forms' OnActivate, I use the Goto record number I saved from the first form.
The ? is, what do I need to do to have the client name show up in the other forms, when the rec number on each form is set to the same rec number as the 1st forms' new record number?
Thanks for your help!
I am using a single table. I have 1 form acting as my switchboard which opens up 1 of 3 forms. The 3 forms use unique queries as the recordsources. I want to open either form, add a new data record, and automatically have the client name be entered on the same data record on the other 2 forms (without closing the first form). I am trying to switch between all 3 forms - while leaving them all open, and I will close all of them when the forms are completed.
The problem for me is that when I go to another form, after entering client name on the 1st form, the forms don't seem to be synced-up. On each forms' OnActivate, I use the Goto record number I saved from the first form.
The ? is, what do I need to do to have the client name show up in the other forms, when the rec number on each form is set to the same rec number as the 1st forms' new record number?
Thanks for your help!