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, but I want them bound only to the fields that were chosen by the user before they ran the SQL query.
Does that make any sense?
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, but I want them bound only to the fields that were chosen by the user before they ran the SQL query.
Does that make any sense?