Hello,
I'm trying to put together a bill-of-material listing from a MS Access database. I have the connection and sql working to pull data from Access. The question is the approach I should use to turn the table to an indented BOM. The table columns are:
PartNmbr
ChildPartNmbr
Qty
What i'm...
I have a procedure that opens two record sets and updates rs2.[demand] with rs1.[SumOfLQORD]. It works good except for this problem: If rs1 does not have a match in rs2 the value in rs2 is not updated. I need the value rs2.[demand] to be set to zero if no match is found.
Here is the code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.