Remove a data Line

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

Guest

I need to remove a record based on user input.

User Input [Part #] => Remove from "Inventory" table and add to "New
Inventory" table.

I ued an append query to add the record to a new table but when I try to
delete matching records from original table, I get an error "Could Not Delete
from Specified Table".

What is my best option.

Thanks
 
NEVER MIND!


I added a new Y/N field to the original table called "Remove", created an
update query to change to yes and then another query to delete if Remove is
"yes"

DUH!!!!!
 

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

Back
Top