Creating new rows (records)

  • Thread starter Thread starter Laurel
  • Start date Start date
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.
 
Use an Append query. It inserts the query results into an
existing table.

Howard Brody
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top