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

    Combobox as Find As You Type?

    I would like to implement a combobox with "find as you type" functionality similar to that found in application launchers like AppRocket and Colibri (on Windows; LaunchBar or Butler on Mac OS X). These work by dynamically filtering the list as you type, finding all entries that contain the...
  2. tomh1

    Conditional Formatting with CSS?

    I'm developing a website and would like to alter the formatting of <p> tags based on their position in a document. For instance, a <p> tag following another <p></p> tag should have one formatting, but a <p> following an <h?></h?> should have a different formatting. I know how to do this using...
  3. tomh1

    Help Sorting a Union Query

    Hello, I'm trying to create a query for a drop-down list. The selection in the drop-down is used to filter a report or form, and I'd like to have a wildcard value, "(All)", included in the list. I can do that much; my SQL looks like SELECT [Table Employee List].FullName FROM [Table Employee...
  4. tomh1

    Hash Functions In VBA?

    I'm looking for a hash function (SHA or MD5) written entirely in VBA--no DLLs or external EXEs--and free for corporate use. Can anyone point me to such code? If not, perhaps you can point me to resources that will tell me how to do bit manipulations (bit shifts and such) in VBA, and I can try...
  5. tomh1

    Return A Value From A Form?

    I would like to be able to have a form return a value to another form, in much the same way that msgbox() and inputbox() do. Is there any way to do this? Some more specifics: I don't want to use msgbox() or inputbox() because of the type of data I'm trying to collect. The return value will be...

Part and Inventory Search

Back
Top