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: *

  1. chadt1978

    Call Notepad to open a text file by clicking button[/]

    you can also use the HTML object if you want it to look nice in the browser. I have a sample if needed
  2. chadt1978

    Need code for outlook interface

    Just check out the MAPI help in the VS Help files...that should get you a good start
  3. chadt1978

    ADO Control - 3027 Read Only error

    make sure you have the proper security setting on the DB first...then check your connection string and make sure thats ok...if your using jet make sure you have the lasted and the lasted service pack....try rebuilding the DB...make sure you have the right Jet SP before doing this though...i have...
  4. chadt1978

    Stopping a form from unloading

    can anyone tell me if there is a way to stop a form from unloading in its own Unload Event? Thanks Chad
  5. chadt1978

    SQL query with apostrophe

    Some people are making this alot harder then it has to be. OK create a module. Put this code in it. Public Function FindChr(strTemp As String) As String FindChr = Replace(strTemp, "'", Chr(34), 1) End Function Public Function GetBackChr(strTemp As String) As String...

Part and Inventory Search

Back
Top