M
Mani
I have a table BD and a form IntroData to populate the table and to view the
records. I want to append one record - not all the fields, only five of them
(Field1, Field2,... , Field5) - to another table BD1 with the same structure,
in another database. And thhis action must correspond to a button on the form.
The record that I copy / append has an autonumber field, which is the
primary key, but its value must not be kept (this number will get the new
value that the correspondent field in the second table BD1 has).
The record that I copy / append must be the one that is displayed, at one
moment, by the form IntroData.
records. I want to append one record - not all the fields, only five of them
(Field1, Field2,... , Field5) - to another table BD1 with the same structure,
in another database. And thhis action must correspond to a button on the form.
The record that I copy / append has an autonumber field, which is the
primary key, but its value must not be kept (this number will get the new
value that the correspondent field in the second table BD1 has).
The record that I copy / append must be the one that is displayed, at one
moment, by the form IntroData.