J
Jon
Greeting,
I have a database of inventory management. I have a table called inventory,
which has the following fields:
ID>>>auto number
Item>>>text
EmaployeeName>>>text
Transactiontype>>text>>cbobox>>Addition, shrinkage , & remove
Quanitity>>number
I have all these fields in a spilt form and when the user wants to add or
deduct or remove, he should input item description employee name, transaction
type, and quantity. What I want to do is when the user is going to perform
deduction transaction; I want access to go over the item quantities and sum
all transaction that is addition and check if the quantity which being
processed as deduction is as follows:
-If the remaining quantity is less than 0, message box appears and do not
allow him to perform the deduction.
-If the remaining quantity is equal to or less than 3, message box appears
and warns him and ask him if he want to continue or not (if the requested
amount is more than the remaining, access will apply the first condition
above)
- If the remaining quantity is more than 3 , the transaction will be preformed
Is there any solution? Thank you in advance
I have a database of inventory management. I have a table called inventory,
which has the following fields:
ID>>>auto number
Item>>>text
EmaployeeName>>>text
Transactiontype>>text>>cbobox>>Addition, shrinkage , & remove
Quanitity>>number
I have all these fields in a spilt form and when the user wants to add or
deduct or remove, he should input item description employee name, transaction
type, and quantity. What I want to do is when the user is going to perform
deduction transaction; I want access to go over the item quantities and sum
all transaction that is addition and check if the quantity which being
processed as deduction is as follows:
-If the remaining quantity is less than 0, message box appears and do not
allow him to perform the deduction.
-If the remaining quantity is equal to or less than 3, message box appears
and warns him and ask him if he want to continue or not (if the requested
amount is more than the remaining, access will apply the first condition
above)
- If the remaining quantity is more than 3 , the transaction will be preformed
Is there any solution? Thank you in advance