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 derfloh 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. MrSmurf

    Filter, Export and Format

    Hi opainc I think you should be able to do the things you want to do within access. If you setup a routine, you could run a query which outputted your records into a temp table in Title Case, or straight into excel. This link http://support.microsoft.com/default.aspx?scid=kb;EN-US;291323...
  2. MrSmurf

    Look up with wildcard

    On the "Find button" the onclick event will start the search. Either you used the wizard, or you have your own. Either way.... dim searchTerm as String searchTerm = """*" & Me.txtSearchTerm.Value & "*""" This will append wildcards (*) around the search term. Then use the string as required...

Part and Inventory Search

Back
Top