J
John
My data has 10 accounts.
Two forms are opened simultaneously. Form1 is unbound and displays three
records:
Account Quantity
101 17
104 25
107 13
Form2 is a bound continuous form displaying records for all 10 accounts. The
records in Form2 include the Account#.
How can I programatically enter 17, 25, and 13 from Form1 to the Quantity field
in the records in Form2 where the Account#s are 101, 104 and 107 respectively?
The intent is to enter what's in Form1 into Form2, view the data from Form1
along side other data in Form2 and when Form2 is closed, save the data.
Appreciate all help!
John
Two forms are opened simultaneously. Form1 is unbound and displays three
records:
Account Quantity
101 17
104 25
107 13
Form2 is a bound continuous form displaying records for all 10 accounts. The
records in Form2 include the Account#.
How can I programatically enter 17, 25, and 13 from Form1 to the Quantity field
in the records in Form2 where the Account#s are 101, 104 and 107 respectively?
The intent is to enter what's in Form1 into Form2, view the data from Form1
along side other data in Form2 and when Form2 is closed, save the data.
Appreciate all help!
John