Hi All
I am trying to create a warehousing database ( I know i am probably biting off more than i can chew) First off i am using Access 2013 and i am a entry level user .
I will have 3 tables
tblProducts (all products with there codes go in here) this will be used as a lookup table with fields ProductId; Code ;Description ,Department BarCode
tblLocation with fields LocationID ;Location
third table will be my link table between products and location tables
called tblProductLocationLink
ProductID
LocationID
DateRecieved
QuantityIn
Notes
Up to this point i can get every thing to work.the problem comes in that when i want to pick some of the stock i cant get it to remove the stock from a location and update that location to new status like empty or reduced quantity.
If any one can point me in the right direction i would really appreciate it
I am trying to create a warehousing database ( I know i am probably biting off more than i can chew) First off i am using Access 2013 and i am a entry level user .
I will have 3 tables
tblProducts (all products with there codes go in here) this will be used as a lookup table with fields ProductId; Code ;Description ,Department BarCode
tblLocation with fields LocationID ;Location
third table will be my link table between products and location tables
called tblProductLocationLink
ProductID
LocationID
DateRecieved
QuantityIn
Notes
Up to this point i can get every thing to work.the problem comes in that when i want to pick some of the stock i cant get it to remove the stock from a location and update that location to new status like empty or reduced quantity.
If any one can point me in the right direction i would really appreciate it