B
BABs
I have an Access database that stores client, property, and inspection data.
I use this data to create reports with varying degrees of detail. I
originally tried to make a report in Access to pull the data needed using a
query of job number, but this was just too much trouble. The report contains
a lot of text and tables with the querried data inserted at certain
locations, some data being used multiple times. I don't have much experience
with Access reports, so I chose to use Word instead. What I have now is: an
Access form where the employee picks a job number from a combobox; using "on
update" code, a series of queries are run using the selected job number and
the results are exported to an Excel workbook with multiple sheets; then the
form closes and "on close" code opens a Word template where field codes pull
the needed data from the Excel workbook; once the document fields are
populated, the fields are unlinked, the template switched back to normal, and
the document saved with the job name. With all of this going on and all the
field codes, REF and IF fields, this process takes a long time, approximately
20 minutes per site and some reports have up to 15 sites. I have a feeling
that the way I am doing this is the LONG way around. Could someone
enlightened me on a more efficient way to accomplish this task, PLEASE?
TIA
I use this data to create reports with varying degrees of detail. I
originally tried to make a report in Access to pull the data needed using a
query of job number, but this was just too much trouble. The report contains
a lot of text and tables with the querried data inserted at certain
locations, some data being used multiple times. I don't have much experience
with Access reports, so I chose to use Word instead. What I have now is: an
Access form where the employee picks a job number from a combobox; using "on
update" code, a series of queries are run using the selected job number and
the results are exported to an Excel workbook with multiple sheets; then the
form closes and "on close" code opens a Word template where field codes pull
the needed data from the Excel workbook; once the document fields are
populated, the fields are unlinked, the template switched back to normal, and
the document saved with the job name. With all of this going on and all the
field codes, REF and IF fields, this process takes a long time, approximately
20 minutes per site and some reports have up to 15 sites. I have a feeling
that the way I am doing this is the LONG way around. Could someone
enlightened me on a more efficient way to accomplish this task, PLEASE?
TIA