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 John Tel 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. alexyo7

    Application.Wait won't compile

    PHV and CajunCenturion: Thank you for the sample code and the quick response. I was able to get both "short" examples to work. Alex
  2. alexyo7

    Application.Wait won't compile

    I've read almost every post about waiting for a shell command to complete before continuing. Most of them use the "application.wait" command in some fashion, but I can't get that line to compile: METHOD OR DATA MEMBER NOT FOUND. Am I missing a specific reference? The code accepts the...
  3. alexyo7

    How do I Comment Out a large portion of VBA Code?

    Jeremy - Perfect solution. Thanks! Alex
  4. alexyo7

    How do I Comment Out a large portion of VBA Code?

    How can I "comment out" a large portion of VBA code? There's got to be an easier way than putting a single quote in front of each line. Thanks!
  5. alexyo7

    Call SQL Stored Procedure from Access 97

    I got it to work. Thanks for your help!
  6. alexyo7

    Call SQL Stored Procedure from Access 97

    I mainly just need to pass the paramaters and run the procedure, so that a bunch of work can take place on the SQL server. I'm not really expecting anything back. Maybe a success/failure flag at most.
  7. alexyo7

    Call SQL Stored Procedure from Access 97

    I'm trying to call a SQL Server stored procedure from an Access 97 database. I tried looking through the old threads and found a few items related to stored procedures, but nothing that clearly answered my question. The Stored Procedure is called ProcCreateCase, and it is expecting to...

Part and Inventory Search

Back
Top