Hi There
I have a form on which I construct a string containing a dynamic query, the string containing the query is then passed to a report, the report recordsource is then set to the query string and the report opened.
My question is how can I access (Sorry 'bout the pun)
individual fields and load them into some unbound text boxes, for instance if it were a recordset I could simply wlak through the Fields Collection something like : -
for each field in myfields
box = field.value
next
Any help would be very much appreciated.
I have a form on which I construct a string containing a dynamic query, the string containing the query is then passed to a report, the report recordsource is then set to the query string and the report opened.
My question is how can I access (Sorry 'bout the pun)
for each field in myfields
box = field.value
next
Any help would be very much appreciated.