Moving records with attachments from one table to another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you move attachments, either by query or programmatically from one
access 2007 table to another. Everyone points to how to load from file or
save to file. I want to update from current :) It's already in the database
I now need to move it to another table within the database.
 
Insert Into query (aka Append Query) Or Select into Query (aka Make Table
Query)
Optionally followed by a Delete Query ???

Pieter
 
Back
Top