Dear colleagues,
To solve this problem is really important for me.
I am trying to create a Xtab report like VIG before. I created a crosstab with (date = row head), (project# = column head), (hours = value) and copied the "employee sales dialog box" and the "Employee sales report" from "solutsion9.mdb" into my database. Furthermore I copied the "Is Loaded" module into my database.
However, I still get a compile error message in
Dim dbsReport As DAO.Database
Dim rstReport As DAO.Recordset
Why is that and how can I resolve that?
I very much appreciate your help.
regards, Stefan
P.S.: please note that I put thise question before to "tek-tips" but I have however forgotten to add a Subject.
To solve this problem is really important for me.
I am trying to create a Xtab report like VIG before. I created a crosstab with (date = row head), (project# = column head), (hours = value) and copied the "employee sales dialog box" and the "Employee sales report" from "solutsion9.mdb" into my database. Furthermore I copied the "Is Loaded" module into my database.
However, I still get a compile error message in
Dim dbsReport As DAO.Database
Dim rstReport As DAO.Recordset
Why is that and how can I resolve that?
I very much appreciate your help.
regards, Stefan
P.S.: please note that I put thise question before to "tek-tips" but I have however forgotten to add a Subject.