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 Chriss Miller 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: *

  • Users: LostSon
  • Content: Threads
  • Order by date
  1. LostSon

    Summing in Self Join

    I have a self join query that creates a bill of material for 6 levels deep. The fields are: PartNmbr Item Class Level ChildPartNmbr QtyReq The above fields repeat 5 times. I want to sum the "QtyReq" for each parent part number ("PartNmbr") where "Item Class = 43" for each "ChildPartNmbr" on...
  2. LostSon

    Error '3024' File not found

    Hello, I get error '3024', Could not find file 'G:\...' when I try both of these pieces of code. I have checked the spelling and the file is there. Please help. #1 Public Sub LoadTables() Dim strSQL As String Dim dbAAPCost As Database Set dbAAPCost = CurrentDb strSQL = "INSERT INTO tblBOM...

Part and Inventory Search

Back
Top