What do you want to do with the data once you get it where you want it?
You would not use a subform for this, but could post the data to a text box, or several text boxes. Then if you wanted to process them further, you could then push them where ever you needed them to go.
If you want to use a datasheet for a subform, you will need to create a table to hold the data, then push the data to the table and requery the subform with the button click.
HTH
mmcdonal
|