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 SkipVought 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: Brack
  • Order by date
  1. Brack

    TIP - How to perform Seek on Linked Tables

    Yes, you can Seek on attached/linked tables. Simply use OpenDatabase() instead of CurrentDb().<br> <br> - CSV<br> Author, related Access Help topics<br> Free Downloads at <A HREF="http://www.csvTools.com" TARGET="_new">www.csvTools.com</A>
  2. Brack

    Capitalizing the first letter of each word.

    The better solution is to use csvMultiCap(), a part of csvTools, available at <A HREF="http://www.csvTools.com" TARGET="_new">www.csvTools.com</A>.
  3. Brack

    Autofill City and State by entering zip code only

    The previously-suggested solution will not work for the many ZIP codes that serve multiple cities. I recommend the FREE ZIP Lookup routines available at <A HREF="http://www.csvTools.com" TARGET="_new">www.csvTools.com</A> as it elegantly handles this.
  4. Brack

    SQL Code Problem

    The error is that the original SQL statement was improperly delimited. As Area is a string arg, the statement is correctly written thus:<br> <br> &quot;SELECT * FROM Table1 WHERE Type = '&quot; & Area & &quot;'&quot;<br> <br> ...assuming Area doesn't/cannot contain an apostrophe.<br> <br> Now...

Part and Inventory Search

Back
Top