Append, Update, Both?!?!?

  • Thread starter bastraker via AccessMonster.com
  • Start date
B

bastraker via AccessMonster.com

Hello All

Wondering if anyone has some insight into my latest dilemma. I'm building a
database to handle stock quantities and location.

So I have a table, Kit_Quantities, with the fields Part_Number(key),
Project_Name(key), Location, Quantity, and Checked_Out. If a user needs to
take stock out he will mark the Checked_Out field, could be multiple line
items that must be checked out at once. My problem is when the users returns
stock he may now have additional items not in the database.

I would like to be able to import the returning data from an excel
spreadsheet into an initial table then run some sort of append/update query
that will add the new line items and for any primary key matches(i.e.
returned stock) update the fields as long as the Checked_Out field is marked.

Any assitance would be greatly appreciated.
D
 
T

Tom Lake

Klatuu said:
I'm sure you do, but you are knowledgable and experienced.

Aw, shucks. A big Barrada Nikto to you, too!
If I spelled it wrong it's because Gort won't tell
me what the correct spelling is. He opens his
visor as if he's going to say something, but
only a Laser beam comes out. 8^(

Tom Lake
 

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

Similar Threads


Top