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

    How to perform lookup on 2D array using field names

    I am writing a program that utilizes multiple instances of lookups in 2 dimensional arrays (see below). My current approach, which doesn't work, is to use a SELECT INTO statement in SQL which leaves me with a table with a single value for each field (asset). I then wanted to select whatever...
  2. DrDave3144

    change color of toggle button in option group on select

    I've written a data input app for Access on a touchscreen laptop. It is used in bright sunshine and is very difficult to see which buttons have been selected in the many option groups on the forms. Is it possible to change the button behavior to make (for instance) a drastic color change of the...
  3. DrDave3144

    Passing number from Access text box to SQL query using vba

    I am building an application with a number of queries that identify which piece of pipe (or pieces) meet various criteria. In several cases, the query involves matching "Pipeline Number" (actually a string type)from a dropdown list of a form, and finding which piece would contain a location...

Part and Inventory Search

Back
Top