I am in the process of converting several databases from Access 2003 to Access 2007. In the current converted database, all append queries and insert into code to append data does not work – i.e., nothing happens. The code compiles in 2007 without error and I validated that all of the code runs. Just to make sure I am not losing my sanity, I closed all forms and created a simple table with one field and data. I then created another simple table with one field and no data, created an append query and ran it. The data did not append to the new table in the database converted from 2003 to 2007.
To see if the converted database is the problem, I closed the database and created a new database in 2007. Then created two simple tables, one with data and one without and tried the append query – of course it worked.
Anyone come across why an append query or insert into code may be a problem in a database converted from Access 2003 to 2007. BTW if I change the query to a select query I do get data of the same data type as the table I am trying to append to. In addition, if using VB code, the code compiles without any errors. I even tried to get the sql from the query and put it into code and it still did not work. Any ideas?