I use Access 2003 -
I am writing an append query on a table that has a lot of fields. I am using the append because I am taking data from other tables, making formatting changes and/or calculations based on the data, and then saving it in a different (empty) table.
When I was about 1/2 way through making the query, I ran out of space (i.e. places to define my query). So, I continued where I left off with a second append query.
Next I ran the two queries using a docmd.openquery for each. My results were not as desired - I now have two rows - each partially filled - when I wanted just one row -
Any ideas or suggestions?
Thanks, PDUNCAN
I am writing an append query on a table that has a lot of fields. I am using the append because I am taking data from other tables, making formatting changes and/or calculations based on the data, and then saving it in a different (empty) table.
When I was about 1/2 way through making the query, I ran out of space (i.e. places to define my query). So, I continued where I left off with a second append query.
Next I ran the two queries using a docmd.openquery for each. My results were not as desired - I now have two rows - each partially filled - when I wanted just one row -
Any ideas or suggestions?
Thanks, PDUNCAN