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

    Incorrect Elapsed Time

    I'm trying to measure how long it takes to run code. So I added the stopwatch object in the code, started it, and debug printed the elapsed time. The elapsed time is incorrect. Can somebody tell me what I did wrong here? Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
  2. vbcnew55

    How Best To Handle Sequential Calls

    Hi, I was not sure what to use as a search term to find the answer to my question so I created this thread. I would like to know how you structure your code when you need to do several things. I typically write Functions instead of Subs because I want to know that a preceding call was...
  3. vbcnew55

    Go To A Report Page

    Hi, Can someone help by telling me what the code is to move to a particular page number on an Access Report? Using code, I have variables that capture the start page of each sub report. Now what I want to do is add functionality to go directly to that page number within the report. There's a...

Part and Inventory Search

Back
Top