the rowsource of a graphiclooks like this:
SELECT (Format([Schadedatum],"MMM 'YY"
),Sum([AantalVanSchadenummer]) AS [SomVanAantalVanSchadenummer] FROM [QryOverzichtJaar] GROUP BY (Year([Schadedatum])*12 + Month([Schadedatum])-1),(Format([Schadedatum],"MMM 'YY"
)
(this rowsource is from the wizard)
I want to use this in VBA, but at the first " VBA expects an instruction-end. How can I avoid this?
SELECT (Format([Schadedatum],"MMM 'YY"
(this rowsource is from the wizard)
I want to use this in VBA, but at the first " VBA expects an instruction-end. How can I avoid this?