using add query with subform fields

F

ftaghaboni

I am trying to run an add query and add data from a running subform into a
table. everything is working fine except for the fact that only the first row
of data from the subform is being added to the table.

is there anyway that I could arrange to have all the rows in the subform
added to the table?

Thanks in advance
 
D

Duane Hookom

"all the rows in the subform" must come from a table or query. Use this as
the source for an append query.
 
Top