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 IamaSherpa 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: bebop
  • Order by date
  1. bebop

    Retrieve Internal Row ID

    I am using a gotorecord action on a form in Access and one of the attributes is the record id of the record I want to go to. Example: DoCmd.GoToRecord acDataForm, "Employees", acGoTo, 7 The 7 in the above example is the record I want to go to but I need to be able to retrieve that...
  2. bebop

    Retrieve Internal Row ID

    Does anyone know how to retrieve the internal row id of a record using sql?
  3. bebop

    TCL Regex

    Ken, Thanks for the reply. I'll give it a go. Regards BeBop
  4. bebop

    TCL Regex

    Hi there, I am trying to create a TCL regex that checks a string contains at least one uppercase, one lowercase and one numeric character. I tried using [A-Z]+[a-z]+[0-9]+.* but this enforces that the first three characters have to be upper, lower, numeric. Can anyone tell me how I can...
  5. bebop

    InString count for specific character or string

    I have a string I'm passing from a form; it's a list of names seperated by commas. To parse out those individual names into seperate individual strings I need to know how many commas are in the orginal string in order to know how many loops to iterate through in my For loop. I hope that was...

Part and Inventory Search

Back
Top