INSERT A RECORD INTO ANOTHER TABLE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

I have a continuous form which contains lots of record. I would like to add
a button to the form which INSERTS values from the current record into
another table.

HOW?

thanks in advance,
geebee
 
hi,

I have a continuous form which contains lots of record. I would like to add
a button to the form which INSERTS values from the current record into
another table.

HOW?

thanks in advance,
geebee

Have the button run an Append query.

John W. Vinson[MVP]
 
Back
Top