G
George Hutto
Folks,
I know I asked this question about 4 years ago regarding a report, but now
the issue has resurfaced regarding a form.
It is based on a crosstab query that gets a new column of data each month.
How can I make the form dynamic so that when the user opens it up so that
enough columns can be seen with the data?
I tried using application.createcontrol, but it tells me I can't add
controls to a form unless I'm in design view. I can open up the form
through code in design view, but I don't want the user to see it or to have
these temporary changes to the columns viewed on the form. Additionally,
the user wants to be able to select the columns of data which do appear
(which are grouped by Month), so that one time he may want to see 4 months
of data, or at another time see five different months of data that aren't
sequential.
Thanks,
George
I know I asked this question about 4 years ago regarding a report, but now
the issue has resurfaced regarding a form.
It is based on a crosstab query that gets a new column of data each month.
How can I make the form dynamic so that when the user opens it up so that
enough columns can be seen with the data?
I tried using application.createcontrol, but it tells me I can't add
controls to a form unless I'm in design view. I can open up the form
through code in design view, but I don't want the user to see it or to have
these temporary changes to the columns viewed on the form. Additionally,
the user wants to be able to select the columns of data which do appear
(which are grouped by Month), so that one time he may want to see 4 months
of data, or at another time see five different months of data that aren't
sequential.
Thanks,
George