Do you know of anyway to take a String field list and then dynamically bind those fields onto the unbound Text boxes?
I can bind the captions of those text boxes just not the actual fields.
I could use that except that the field list that the user creates is stored as a String and I have no way of knowing how many fields they choose or in what order and grouping.
I'm using a product called ActiveQuery to build the SQL string and to set the order and field selction for the users.
Here's my problem:
I use a dynamic SQL string as the RecordSource for my subform (Results window for query) The subform contains unbound text boxes that I would like to use for bound fields from the SQL string. I want those unbound boxes bound after the SQL string variable has been changed...
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.