JaredNJames
Registered User.
- Local time
- Today, 13:08
- Joined
- Jul 7, 2007
- Messages
- 87
Hi, i have a table which contains various information about stock.
i have a field which contains a reorder level, which is basically the minimum number of each item to be held in stock at any time. (basically if the stock level drops below this number, the amount below it is, needs reordering.).
example:
reorder level = 3
no. in stock = 2
so 1 needs to be ordered.
Okay, so basically i need to know how i would search the table so that it pulls up the items that need reordering, and exactly how many of each.
any help appreciated
Jared James
i have a field which contains a reorder level, which is basically the minimum number of each item to be held in stock at any time. (basically if the stock level drops below this number, the amount below it is, needs reordering.).
example:
reorder level = 3
no. in stock = 2
so 1 needs to be ordered.
Okay, so basically i need to know how i would search the table so that it pulls up the items that need reordering, and exactly how many of each.
any help appreciated
Jared James