Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SunOfDog

    Indented Bill-Of-Material

    Thanks Bob. Your pseudo code is what I'm looking for. I appriciate your reply.
  2. SunOfDog

    Indented Bill-Of-Material

    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...
  3. SunOfDog

    Enter zero in field if record not found

    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...

Part and Inventory Search

Back
Top