LeanneGodney
Technical User
Hi Everyone,
I would like to base a form on a temp table.
I have a form that is displaying the results of a grouped query in the form of a pivot table. This is working like a dream. Only problem is that the underlying SQL changes, depending on what report the user asks for.
Once the person has run the report and close it I no longer need the table. Therefore, I was thinking of having some kind of stored procedure analyse what the user wants, and create a temp table showing that data. It's doing this beatifully through VBA. But I can't get the form to display the TEMP TABLE data.
Does anyone know how to base a form on a temp table?
Thanks,
Leanne
I would like to base a form on a temp table.
I have a form that is displaying the results of a grouped query in the form of a pivot table. This is working like a dream. Only problem is that the underlying SQL changes, depending on what report the user asks for.
Once the person has run the report and close it I no longer need the table. Therefore, I was thinking of having some kind of stored procedure analyse what the user wants, and create a temp table showing that data. It's doing this beatifully through VBA. But I can't get the form to display the TEMP TABLE data.
Does anyone know how to base a form on a temp table?
Thanks,
Leanne