Hi all!
I have a database with a table record inventory movements. The columns are as follows:
ID
Date
Entered By
Item ID
Transaction Detail
Order Number
CR Number
Warehouse Location
UnitsOpening
UnitsReceived
Units Dispatched
UnitsDisposedOf
Remarks
I have everything running perfectly except the inventory movements within the warehouse. It is simple enough to get a form to record the correct quantities in the UnitsReceived and UnitsDispatched columns to balance out the movement, however, I cannot enter in an old and a new warehouse location. For my database to be able to correctly show where this stock is, I would need to make one record for the UnitsDispatched field which would remove it's current warehouse location and one record into UnitsReceived which would record the new warehouse location.
Is there any way that these two records can be created on one form?
Thanks for your help
I have a database with a table record inventory movements. The columns are as follows:
ID
Date
Entered By
Item ID
Transaction Detail
Order Number
CR Number
Warehouse Location
UnitsOpening
UnitsReceived
Units Dispatched
UnitsDisposedOf
Remarks
I have everything running perfectly except the inventory movements within the warehouse. It is simple enough to get a form to record the correct quantities in the UnitsReceived and UnitsDispatched columns to balance out the movement, however, I cannot enter in an old and a new warehouse location. For my database to be able to correctly show where this stock is, I would need to make one record for the UnitsDispatched field which would remove it's current warehouse location and one record into UnitsReceived which would record the new warehouse location.
Is there any way that these two records can be created on one form?
Thanks for your help