Moving records with attachments from one table to another

K

K

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.
 
P

Pieter Wijnen

Insert Into query (aka Append Query) Or Select into Query (aka Make Table
Query)
Optionally followed by a Delete Query ???

Pieter
 

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

Top