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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.