Creating new rows (records)

L

Laurel

I would like to create rows in my table in the background
so I can then retrieve these new almost empty rows into a
datasheet view for purposes of grid-style data entry. How
can I do that? There is no "INSERT" type of Action Query,
and I don't find an 'insert' type of macro action.

Is there another way to create a grid-type dataentry
sheet? I want to create a row for each student in the
class with no data but the Student ID and date.
 
H

Howard Brody

Use an Append query. It inserts the query results into an
existing table.

Howard Brody
 
Top