I have a VBA macro that is giving me some trouble. Here's a pseudocode snippet:
Dim x
Dim strServiceDesc as String
For Each x In <control "desc" on a continuous form subform>
strServiceDesc = strServiceDesc & x & "; "
Next x
I'm trying to look at...
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.