I am trying to fill the Column headings on a Crosstab query from a query where the information was originally obtained from Combo boxes. Here is the process the user goes through...
1.User enters date range for a customer
2.User pushes button and returns a crosstab query with the dates on top and other information beneath
The query this is based on works fine and I am using dates that are actually text which are changed over from short dates on another table. That is not where the problem is. I keep running into the Jet Database not recognizing the combo box information.
I need to find a way to have the crosstab read directly from the original query and not have anything based on the combo boxes. I thought I could get a table to spit out with each query and then delete it when the view is closed, but I have not been successful.
Basically needing dynamic column headings in a crosstab query where the headings are based on ranges given in combo boxes on another form.
1.User enters date range for a customer
2.User pushes button and returns a crosstab query with the dates on top and other information beneath
The query this is based on works fine and I am using dates that are actually text which are changed over from short dates on another table. That is not where the problem is. I keep running into the Jet Database not recognizing the combo box information.
I need to find a way to have the crosstab read directly from the original query and not have anything based on the combo boxes. I thought I could get a table to spit out with each query and then delete it when the view is closed, but I have not been successful.
Basically needing dynamic column headings in a crosstab query where the headings are based on ranges given in combo boxes on another form.