I have been struggling with this one for some time now in Access 2003, so I'm reaching out for answers. I am trying to auto-populate an ID field in my form using the first character in each word of a text field, along with the month, day, and year from a date field. I can get the date in there using the Month, Day, and Year functions, and the first character of the first word using the Left function, but have been unsuccessful thus far pulling in the remaining first characters of the remaining words in the string. The string from which I would like to pull can have any number of words in it, but I don't reasonably expect more than 6 words. Help?
Example: Text_Field: My Mom's House Date_Field: 10/21/2009 ID_Field: MMH10212009
Example: Text_Field: My Mom's House Date_Field: 10/21/2009 ID_Field: MMH10212009
Comment