M
Meryl
I would like to create a record in a new table from an
existing one when the user pushes a button on a form.
For example:
I have a Prospective Donors table with contact
information. Once a donation is received I would like to
create a record in the Donor Table with all the contact
information.
I am trying to do this with an append query from a form.
Right now, when the user pushed the command button ALL
the records in the Prospective Donor table are appended
to the Donor table. I don't know how to limit the append
to the current record on the form.
Meryl
existing one when the user pushes a button on a form.
For example:
I have a Prospective Donors table with contact
information. Once a donation is received I would like to
create a record in the Donor Table with all the contact
information.
I am trying to do this with an append query from a form.
Right now, when the user pushed the command button ALL
the records in the Prospective Donor table are appended
to the Donor table. I don't know how to limit the append
to the current record on the form.
Meryl