auto populate and move data for inventory db - TechRepublic
Question
November 28, 2010 at 02:48 PM
nelzone

auto populate and move data for inventory db

by nelzone . Updated 15 years, 7 months ago

Q1. I need to populate my table by entering starting sequence and populate data by indicating how many pieces or items to add.

E.g. I will enter starting sequence 301 in a field and 100 as pieces on another field and AfterUpdate should be able to populate my table (tbl1) with 301 to 400 series.

Q2. I need to move data from one table (tbl1) to another table (tblStockOut) by entering starting sequence of items to move and ending with last sequence.

e.g. I will enter starting sequence 340 on the FROM Field and sequence 359 on the TO Field and AfterUpdate should move sequence 340 to 359 to tblStockOut leaving 301 to 339 and 360 to 400 series in tbl1.

i’m using ms access 203.

hope somebody can help.

This discussion is locked

All Comments