I see that you don't have a report header section. Perhaps
you can use RunCommand to use the menu item to enable
report headers or footers? If not, you will have to save
the report design as the report design template.
But yes, there is a better way. Save a template report
with most of the features you want, and just use .visible
to make unwanted features and controls invisible.
Use .left and .top to move controls to the desired position.
You can do all this in the Open and first Format events.
If you really really do want to make design changes, just
open the template in design mode and make desired changes,
then Save to a new name.
(david)
Hi David,
Thanks a lot for your solution. I can definitely use the
RunCommand to enable the report headers & footers. But I will not be
able to create a template since the whole task needs to be automated.
My need is that, I need to programmatically read a bunch of word
documents in a folder and populate the values of critical fields of
those documents in the db records, corresponding to each document, in
an access database. So for the first document, if a database is not
existing in the folder, then the word macro(which should be dowloadable
as a tool from the intranet) should create the database and upload
those values.
Once the db is populated, the word macro is supposed to create queries
and a report based on a query with a db field value as the parameter.
So the end user dont have to do anything other than just clicking on
the report control which would ask for the parameter value for hte
query and at the end, user should be able to get a report.
I am done with every thing except for the report part and am stuck
over there. So here I would not be able to neither use any template
nor create a new template since I guess, it would make my task more
cumbersome.
I was really wondering whether there is any way to go for that
"AutoReport - Tabular" feature in VBA.
But I appreciate your suggestions and any further help would bring me
closer to the solution as well.
Thanks,
Am.It
> I see that you don't have a report header section. Perhaps
> you can use RunCommand to use the menu item to enable
[quoted text clipped - 57 lines]
> > Thanks,
> > Am.It
david@epsomdotcomdotau - 28 Jan 2006 01:09 GMT
> "AutoReport - Tabular" feature in VBA.
That is a wizard. Yes, it may be possible to call the
wizard directly, if it is installed. You should post as
a new question if you are interested in using the wizards.
(david)
> Hi David,
> Thanks a lot for your solution. I can definitely use the
[quoted text clipped - 90 lines]
> > > Thanks,
> > > Am.It