Beginner's Append Query Problem

J

John W. Vinson

I was trying to follow the instructions on http://www.databasedev.co.uk/reset_autonumber.html
but I couldn't choose the table to which I would have appended because
that table wasn't on the list in the Append dialog box. Why is this
and how to fix?

Did you create and save the table? It's not going to be there all by itself...

as the website says:

Create a temporary table with just one field, a Number field; set its
FieldSize property to Long Integer and give it the same name as the AutoNumber
field in the table whose value you want to change.


John W. Vinson [MVP]
 

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

Similar Threads

Append Only 6
Append Query 1
Append Query Issue 0
Automate Append Query to Run Whenever New Records Post 3
append tables 2
Append query 1
keeping duplicate records from being appended 4
Append query help 4

Top