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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cgmarshall

  1. cgmarshall

    Access 2000 - Calculation on a report

    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...
  2. cgmarshall

    Parsing Names - John Doe, Mr. John Doe, Mr. John E. Doe

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

Part and Inventory Search

Back
Top