I need to get separate totals: (1) the number of clients who attended a seminar; and (2) the number of people from my company that attended the seminar.
Below is the code I entered into a text box on my Access report. It works until a registrant doesn't attend and a guest does.
The names...
I have a function to parse names by space. However it John Doe has John in the Prefix field, Doe in the FN field.
Is there some code that will the parts go into the right fields.
Below is my function code.
Function CountSpaceWords(ByVal s) As Integer
' Counts the words in a string that are...
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.