S
Shree
Hi!
I have a unique situation.
I have 2 tables. One unbound form.
There are 10 fields in the form. 9 fields need to go to
tblONE and one field needs to go to tblTWO.
tblTWO already has the record with a uniqe id.(Say 1111).
One of the fields of this record(1111) is the field that
needs to come from the 'unbound form.'
I am using 'Addnew - .update' for sending data to tblONE
since I am creating a brand new record in this table for
(1111). How do I update the remaining one field from this
form to tblTWO where the record already exixts but just
needs data coming in to the required field. I tried 'Edit -
.update' method but am getting an error. Please help.
Thanks in advance for any kind of help!
Shree
I have a unique situation.
I have 2 tables. One unbound form.
There are 10 fields in the form. 9 fields need to go to
tblONE and one field needs to go to tblTWO.
tblTWO already has the record with a uniqe id.(Say 1111).
One of the fields of this record(1111) is the field that
needs to come from the 'unbound form.'
I am using 'Addnew - .update' for sending data to tblONE
since I am creating a brand new record in this table for
(1111). How do I update the remaining one field from this
form to tblTWO where the record already exixts but just
needs data coming in to the required field. I tried 'Edit -
.update' method but am getting an error. Please help.
Thanks in advance for any kind of help!
Shree