A
Alan
I have this
strSQL = strSQL & " Pivot [Sales Analysis].[Quarter] In (1,2,3,4)"
with text box named 1,2,3,4
and then i have this
strSQL1 = strSQL1 & " Pivot [1a11f raw].[Quarterly] in (1f,2f,3f,4f)"
with text box name 1f,2f,3f,4f,
why doesn't that second part work??
strSQL = strSQL & " Pivot [Sales Analysis].[Quarter] In (1,2,3,4)"
with text box named 1,2,3,4
and then i have this
strSQL1 = strSQL1 & " Pivot [1a11f raw].[Quarterly] in (1f,2f,3f,4f)"
with text box name 1f,2f,3f,4f,
why doesn't that second part work??