Newbies arvitat Posted January 2, 2005 Newbies Posted January 2, 2005 Hi, I'm new to FM and FMM, any help you can give will be appreciated. I used to use Access and was probably a novice user with that. I am building an inventory db and am trying to write a script that will alert me when product levels are low and when I need to re-order. The on-hand field and the re-order field are in the same table. Using the SM I was able to make an alert script with pop-up dialog box. I am now trying to figure out how to capture the items (records) that need to be re-ordered, so I can make a proper report to print-out. Right now, all the script does is let me know when to re-order, it doesn't tell what needs re-ordering or how many to order. Here's what I've tried building: Less than or equal to statements and including a preview command, that just leaves me with a preview with all the records. The problem seem to be that the less than and equal to doesn't want to run in the same table. Find - but I can't get them to find in comparison to the re-order field below Sorting - But that just gives me the information sorted by name or one set of numbers. I need them to cross reference another number. How can I make this work?
RalphL Posted January 3, 2005 Posted January 3, 2005 You can make a calculation field that would be true if the On-Hand is <= Reorder level. You can then find all records where this is true. You may want a reordered flag so you don't order more than once.
Newbies arvitat Posted January 3, 2005 Author Newbies Posted January 3, 2005 Thank you so much! I was very frustrated this afternoon about this challenge. Thank you!
Recommended Posts
This topic is 7624 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now