Try opening the database while holding down the shift key, which will pull up just the main database window. The go into the main Form in Design view and knock out the loop.
Steve
Worked like a charm, though I did not need the dao reference ("dim rs as recordset" worked fine).
Thanks much -- the response came so much faster than I expected I rescheduled the work and got it going a week early :)
Steve
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.