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 Rhinorhino 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: FreshFish
  • Content: Threads
  • Order by date
  1. FreshFish

    Legacy SyDOS Puma 105 - looking for drivers

    Hello, I have been tasked with retrieving some rather important files that were saved on an OLD SyDOS Puma 105. I'm going to try to make it run using a DOS emulator but the floppy that has the original drivers on it was lost. I tried looking online but the only place I found that even...
  2. FreshFish

    Union Query Blues

    I've muddled through trying to put together a query that takes info from a table and another query so that I can input a Part# and have in spit back all the vendors and prices in US Dollars. SELECT [PartName], [Part#], [Vendor], [In US Dollars] AS [Price/Unit] FROM [Euros to Dollars] UNION...
  3. FreshFish

    Multitable + Querie, Querie

    Hello, New to working with access but was charged with creating a database and tools to research part prices for manufacturing. I have made 2 tables which contain our parts with names and part numbers (key field) and the price we get the parts for from Europe (in Euros). The other table has...

Part and Inventory Search

Back
Top