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

    Group Numbering on Reports

    Add code to your report - if you select the report, right-click, select "Properties", and select the code tab, you can type the following in: Shared curCounter As Integer = 0 Function incCounter() As Integer curCounter = curCounter + 1 Return curCounter End Function Then, in...

Part and Inventory Search

Back
Top