S
Shawna
I'm not sure if this would be done on report or the query to get the records on the report? Or if it can be done at all
I have a report which shows results based on a query. It lets me know if items of a sale are in stock, that I can 'issue' the sale (function of a command button the user has to press).
ie. ItemNumber WIDGET has qty on hand of 50
Sale #1 wants 45 WIDGET
So based on the above criteria, the sales requirment has been met so this record would show on my report has being able to issue
Using the data from above, along with Sale #2 wants 25 WIDGETS I'd like the report to not show that sale #2 is ready for issue. - the way it is set up now, it does meet the criteria because again there is 50 on hand so 'legally' those 50 could be applied to Sale #1 OR Sale #2.
Currently the client would have to go to perform the 'issue' command button to deplete the inventory for Sale #1 then Sale# 2 requirements wouldn't be met so wouldn't show on the report, I'd like the client not have to go through this step and be able to have him just run the report
So can I do something like this on the report or query using a calculated field to pick up the first record (already established that enough is on hand for it to show) but then each subsequent record for this part # only show if
QtyOnHand - QtyNeeded (from previous sale(s)) is greater then Qtyneeded (for this sale) show on the report
Trust me I've been trying to work this out but I don't know how - anyone with some ideas...
Thank you in advance for any help/suggestions on this
I have a report which shows results based on a query. It lets me know if items of a sale are in stock, that I can 'issue' the sale (function of a command button the user has to press).
ie. ItemNumber WIDGET has qty on hand of 50
Sale #1 wants 45 WIDGET
So based on the above criteria, the sales requirment has been met so this record would show on my report has being able to issue
Using the data from above, along with Sale #2 wants 25 WIDGETS I'd like the report to not show that sale #2 is ready for issue. - the way it is set up now, it does meet the criteria because again there is 50 on hand so 'legally' those 50 could be applied to Sale #1 OR Sale #2.
Currently the client would have to go to perform the 'issue' command button to deplete the inventory for Sale #1 then Sale# 2 requirements wouldn't be met so wouldn't show on the report, I'd like the client not have to go through this step and be able to have him just run the report
So can I do something like this on the report or query using a calculated field to pick up the first record (already established that enough is on hand for it to show) but then each subsequent record for this part # only show if
QtyOnHand - QtyNeeded (from previous sale(s)) is greater then Qtyneeded (for this sale) show on the report
Trust me I've been trying to work this out but I don't know how - anyone with some ideas...
Thank you in advance for any help/suggestions on this