E
Ed Bloom
Inherited DB with multiple tables that hold similar data. Need best design
approach to creating a report.
Pseudo Code for macro:
Set Warnings Off
Empty temp table
Merge Table A with Table B (only fields needed for report) in Temp Table
Report from Temp Table
Set Warnings On
End
Is this a valid approach? I am not allowed to redesign the database, only
add the new report.
approach to creating a report.
Pseudo Code for macro:
Set Warnings Off
Empty temp table
Merge Table A with Table B (only fields needed for report) in Temp Table
Report from Temp Table
Set Warnings On
End
Is this a valid approach? I am not allowed to redesign the database, only
add the new report.