insert blank rows in a table for an access database so that I can.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database someone esle has written and I need to add more rows in the
table than there are at present. I have 288 rows of data and I need to add
2000 records. Which I don't want to do manually.

I cannot find any way to increase the number of rows in the original table
except one by one. Can anyone help?
 
Are you really trying to add blank rows or rows with a value? Just can't
seem to grasp why you would need blank rows.
 
phil said:
I have a database someone esle has written and I need to add more rows in
the table than there are at present. I have 288 rows of data and I need to
add 2000 records. Which I don't want to do manually.

I cannot find any way to increase the number of rows in the original table
except one by one. Can anyone help?

You want 2000 empty records? Why?

You have 2000 pieces of information you want to add? What format is it
in now?

Normally you just add the information as you get it and Access creates
the new records for you.
 

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