I am using one MS Access 2003 as a front end user interface for forms and reports, and another as the back end. This is a user requirement. I cannot use linked tables in the front end, so I am managing all forms through ADO Recordsets and the form recordset properties.
I was hoping to do the same thing with the reports, but have now discovered that reports do not support the Recordset property. I cannot store data in the front end system due to security constraints. I am willing to create temporary tables that are automatically deleted when the report is closed since they would only show user specific data. I could then dynamically set the recordsource of the report to the temp table.
Can I do either of the following, and if so please let me know how:
1) Run create table query from the front end that will create a table in the front end using data from the back end
2) Run create table with one ADO recordset on data retrieved by another ADO recordset? (one to retrieve data, 2nd to write out data to table)
Any help is appreciated!!!
![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)
I was hoping to do the same thing with the reports, but have now discovered that reports do not support the Recordset property. I cannot store data in the front end system due to security constraints. I am willing to create temporary tables that are automatically deleted when the report is closed since they would only show user specific data. I could then dynamically set the recordsource of the report to the temp table.
Can I do either of the following, and if so please let me know how:
1) Run create table query from the front end that will create a table in the front end using data from the back end
2) Run create table with one ADO recordset on data retrieved by another ADO recordset? (one to retrieve data, 2nd to write out data to table)
Any help is appreciated!!!
![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)