There are a few reason you are getting this error the most common is that your query has a autonumber in it and you have a autonumber in the table you are creating or you have two or more tables that have autonumbers. I can help you but I need to see your query and a list of fields in your tables
Main Topics
Browse All Topics





by: shanesuebsahakarnPosted on 2004-09-03 at 15:33:58ID: 11977906
Create a new table with the fields you need. You can only have a single Autonumber field in any table, so add in a new primary key field if you want.
Now create a new query. Change it to an Append query and choose your new table. Add your previously saved query to this query when it prompts you to add tables. Select all of the fields you want to append, and specify which fields (in the new table) you want to append them to. Unless you have a good reason to, don't append to the autonumber field.