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. Tom951

    alphanumeric counter

    The rightmost "A" has a numeric value of 65. If you add one, it is 66, which is equivalent to "B", and so on. After "Z", you will get "[\]^_`", and then start on the lowercase characters beginning with "a". You have to decide what to do about that. So... you can pick off the rightmost character...
  2. Tom951

    How to create Quicken-like browsing window

    I want to create a Quicken-like browsing form to browse records in an Access table. Although my data is not checkbook data, it is similar in nature. Also, I need to restrict the records displayed to those that match a particular field. When the user wants to edit an entry, I'll open up an...

Part and Inventory Search

Back
Top