I have an access program with two databases, one that tracks all items that have been placed on order/awaiting order and the other lists all of the assets we keep on hand (nuts/bolts/etc). What I want to have Access do is when the Stock form (the one that shows what we keep on hand) is updated/current to have it run the following search:
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Look in the SupplyLog table and add up the total for the Qty field each time the NSN fields match Me.NSN and the Status is either “Issued” or “Back-Order”
<o> </o>
I’m sure this will be some sort of DSum bit of code, but I’m essentially self taught and way out of my league on this one.
<o> </o>
Thanks in advance and let me know if you need to know something else.
-Foe
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Look in the SupplyLog table and add up the total for the Qty field each time the NSN fields match Me.NSN and the Status is either “Issued” or “Back-Order”
<o> </o>
I’m sure this will be some sort of DSum bit of code, but I’m essentially self taught and way out of my league on this one.
<o> </o>
Thanks in advance and let me know if you need to know something else.
-Foe