Hi,
I need to generate a Report. Unfortunately the report can not be constructed from calculated data. My data is populated only in the ValueList type ListBoxes.
So I decided to create a temporary tables, move the data into these tables and use them to build the Report.
The problem is that I need to be able to generate the Report also when the MDB file is set as read-only.
Is there a way to have those tables only in memory or any other way to generate the Report?
Thanks a lot
juing
I need to generate a Report. Unfortunately the report can not be constructed from calculated data. My data is populated only in the ValueList type ListBoxes.
So I decided to create a temporary tables, move the data into these tables and use them to build the Report.
The problem is that I need to be able to generate the Report also when the MDB file is set as read-only.
Is there a way to have those tables only in memory or any other way to generate the Report?
Thanks a lot
juing
Comment