G
Guest
I am working on a db for work. I'm a therapist not an access programmer. What
I want to do is 1- create several reports OR output to word/excel, then 2-
have a single button to push that will print either the reports or word/excel
files. These files MUST look like tables when they print. Each cell MUST
have a border all around it. These are my questions: can I have a report that
has borders around each data item? Would I be better off putting this into
an excel/word file.
In the past I had only one query that used a macro to output to a RTF file.
Then I used a macro recorder to modify the table by adding columns with
labels and adding rows then it printed 4 copies. I then converted the macro
to vba. The problem with this method is that, after access opened the RTF
(word) document I still have to click on 1 tools 2 macros 3 macros then I
have to select one of 2 choices to make the macro run.
Ideally I would be able to run the whole thing by activating a macro in
access. Is it possible to do this with access or do I have to use vba?
I want to do is 1- create several reports OR output to word/excel, then 2-
have a single button to push that will print either the reports or word/excel
files. These files MUST look like tables when they print. Each cell MUST
have a border all around it. These are my questions: can I have a report that
has borders around each data item? Would I be better off putting this into
an excel/word file.
In the past I had only one query that used a macro to output to a RTF file.
Then I used a macro recorder to modify the table by adding columns with
labels and adding rows then it printed 4 copies. I then converted the macro
to vba. The problem with this method is that, after access opened the RTF
(word) document I still have to click on 1 tools 2 macros 3 macros then I
have to select one of 2 choices to make the macro run.
Ideally I would be able to run the whole thing by activating a macro in
access. Is it possible to do this with access or do I have to use vba?