Selecting records in a form for adding to another table

M

Mike

I would like to make a query-based continious form the
purpose of which will be selecting records for adding to
another table.

It should work approximately like as follows:
_______________________
Continious Form

Record 1 [Button]
Record 2 [Button]
Record 3 [Button]
_______________________

When one presses the button on the right of the record,
the record is being added to a destination table.

Please, give me a hint how I can do that?
 
Top