Hi, Im new to access.
Trying to build a inventory database, following are the tables and its fields
product
productid productname supplier uoq weight
warehouseIN
productid productname supplier uoq quantity PONumber invoicenumber caseid
warehouseOUT
productid productname supplier uoq quantity PONumber invoicenumber caseid availabledate
warehouseIN is product coming into the warehouse and OUT is products going out. So warehouseIN is the inventory table.
The problem im facing is, when I enter the quantity field in warehouseOUT(products going out) its not checking whether the product is in the inventory or not. If the available inventory is less than the value in quantity field system should display a warning message. Please help me in this.
If anymore info needed please ask...
Trying to build a inventory database, following are the tables and its fields
product
productid productname supplier uoq weight
warehouseIN
productid productname supplier uoq quantity PONumber invoicenumber caseid
warehouseOUT
productid productname supplier uoq quantity PONumber invoicenumber caseid availabledate
warehouseIN is product coming into the warehouse and OUT is products going out. So warehouseIN is the inventory table.
The problem im facing is, when I enter the quantity field in warehouseOUT(products going out) its not checking whether the product is in the inventory or not. If the available inventory is less than the value in quantity field system should display a warning message. Please help me in this.
If anymore info needed please ask...