Hello!
I'm not very good in making code work for me, so I thought I would put it on here and ask for some suggestions. Here is some back ground. I have an inventory database that I can log what is on order, in stock, allocated, and shinkage. By entering each transaction, I can tell what I have on hand vs. what is "avaliable" . Now. As I'm entering a new job, some of my available stocks are going into the negative and I will have to order more of these. I have adjusted my report to only show the items in the negative.
Is there a way I can make an expression to
while available stock / cartonqty <0
then add carton qty
end while
I would like the database to become more functional so I do not have to go through all the items to determine what I need.
Once I get this out of the way, I would take the qty * price to print out a complete report to tell my boss how much we are ordering.
Any ideas or suggestions would be helpful.
Thank you
Stephanie
I'm not very good in making code work for me, so I thought I would put it on here and ask for some suggestions. Here is some back ground. I have an inventory database that I can log what is on order, in stock, allocated, and shinkage. By entering each transaction, I can tell what I have on hand vs. what is "avaliable" . Now. As I'm entering a new job, some of my available stocks are going into the negative and I will have to order more of these. I have adjusted my report to only show the items in the negative.
Is there a way I can make an expression to
while available stock / cartonqty <0
then add carton qty
end while
I would like the database to become more functional so I do not have to go through all the items to determine what I need.
Once I get this out of the way, I would take the qty * price to print out a complete report to tell my boss how much we are ordering.
Any ideas or suggestions would be helpful.
Thank you
Stephanie
Comment