Hi
I have a problem that is driving me up the walls. I have a form that allows a user to receipt material or issue material. Table as follows
Receipt No Stock Code Movement Qty
0001 Test123 I 200
0002 Test123 R 500
0003 Test123 I 150
This bit of the form and entry works fine. I want to create another form that the user will select the part number from the part file. With a drop down box the user will select part Test123. A box will then display a quantity total of 150. Total in stock. I is an Issue so it is subtracted. R is a receipt and so added on.
I have struggled with this form. Not sure how to deal with it.
KR
NC.
I have a problem that is driving me up the walls. I have a form that allows a user to receipt material or issue material. Table as follows
Receipt No Stock Code Movement Qty
0001 Test123 I 200
0002 Test123 R 500
0003 Test123 I 150
This bit of the form and entry works fine. I want to create another form that the user will select the part number from the part file. With a drop down box the user will select part Test123. A box will then display a quantity total of 150. Total in stock. I is an Issue so it is subtracted. R is a receipt and so added on.
I have struggled with this form. Not sure how to deal with it.
KR
NC.