Append query using paramters

  • Thread starter Thread starter Michael Curry
  • Start date Start date
M

Michael Curry

Hi,

I would like to create an append query which would use parameters for
the data to be appended.

I would like the query to ask for a Start number, e.g 1 and a End
number, eg 25. In this case the append query would then append the
numbers 1 through to 25 inclusive to the table.

I thought I could enter the following in the criteria:

Between [Enter Start No.] AND [Enter End No.]

but this did not work.


Any ideas?


Thanks

Michael
 
Create a table of all numbers from 1 to your maximum and use it in your
append query.
 

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