Hello,
I am having problems with processing a dynamic headers report based on a crsstab query (based on the solutions9.mdb database provided by Microsoft). Access/Visual Basic gives me the notification: "error in compiling, user-definied type not defined (sorry this is a translation from German to English).
The reason for the error (yellow-marked) seems to be in the part
________________________
Dim dbsReport As Database
Dim rstReport As Recordset
___________________________
Do you have any ideas what could be the reason for this error and how I can solve it?
regards, Stefan
I am having problems with processing a dynamic headers report based on a crsstab query (based on the solutions9.mdb database provided by Microsoft). Access/Visual Basic gives me the notification: "error in compiling, user-definied type not defined (sorry this is a translation from German to English).
The reason for the error (yellow-marked) seems to be in the part
________________________
Dim dbsReport As Database
Dim rstReport As Recordset
___________________________
Do you have any ideas what could be the reason for this error and how I can solve it?
regards, Stefan