View Single Post
  #13 (permalink)  
Old 03-02-04, 09:11
lmckelvy lmckelvy is offline
Registered User
 
Join Date: Oct 2003
Posts: 107
Yes, I'd make a copy of the table using a query (which removes the keys), then make the changes to the copy. After that, you can ADD (update mode) the copied table back into the original.
Reply With Quote