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

    Get results of MS Access Select Query in ADO recordset

    I have a query setup in Access that selects certain records. I need to run the query and get the records it returns in an ADO recordset so I can do further processing in code with the results of the query. I have tried: rst.Open "qryQueryNameInAccess", CurrentProject.Connection, adOpenStatic...
  2. wpilgri

    Highlight filtered fields with Filter By Selection

    I have a simple form that shows approx 20 fields. Our users can filter using the "Filter By Selection" or the "Filter by Form" feature. What I would like to do is be able to highlight any field that is part of the active filter. The problem we have now is that it is not entirely obvious...
  3. wpilgri

    Update to .NET & time required ?

    I am currently using VB6 for simple applications. I am an engineer, not a professional programmer, and use it for relatively simple data acquisition applications where it talks to a USB board. I am interested in updating to VB.NET but wonder how much time I am looking at to become "reasonably...
  4. wpilgri

    Speed of multiple queries vs. one master query?

    I have a database that is built as follows: query1: gather all size info(numbers) for all parts query2: Using query1, find average size for each part query3: calculate tolerances for parts query4: Use query2 and query3 to combine avg size and tolerances query4 then gets used for reporting...

Part and Inventory Search

Back
Top