Abelibabeli
Programmer
Hi everybody,
I have a really annoying problem. I am using an Access2000 database for a small system running on W2k.
The users have the possibility to extract a report that contains a graph. They select a couple of values from a Form, click on a button, and the module selects the right data. The data is written to the temp table that functions as source for the graph.
This works prefectly most of the time, but every now and then (about 1 out of 20) the default graph is shown. By default graph, I mean the graph that you see when you open the report in design mode.
However, if you print the report, the graph looks the way it should.
I use the following line to open the report "DoCmd.OpenReport stDocName, acPreview".
Any suggestions are welcome, since I am really stuck on this one.
Thanx
Abeli
I have a really annoying problem. I am using an Access2000 database for a small system running on W2k.
The users have the possibility to extract a report that contains a graph. They select a couple of values from a Form, click on a button, and the module selects the right data. The data is written to the temp table that functions as source for the graph.
This works prefectly most of the time, but every now and then (about 1 out of 20) the default graph is shown. By default graph, I mean the graph that you see when you open the report in design mode.
However, if you print the report, the graph looks the way it should.
I use the following line to open the report "DoCmd.OpenReport stDocName, acPreview".
Any suggestions are welcome, since I am really stuck on this one.
Thanx
Abeli