M
Max
Hi,
1. I would like to automate the export of an A2k report
to either an html or a snapshot file, so I need to know
where I can get a list of the access menu bar items
references, so i can create a Docmd.Domenuitem command in
VBA to this effect (to be triggered by a button, I guess,
please see also item 2 below).
The help documentation tells me that the references are
the same as in Access 97... well I was not born at the
time of Acess 97, so this does not help me much;-)
If anyone has an exhaustive list of these
references /codes /whatever, I would greatly appreciate
sharing. Thank you very much.
2. To achieve my goal, once a report is displayed with
its result contents, I am not sure what VBA code I should
use in order to select the opened report's contents?
Is it as simple as something like :
With Me.Report
Docmd.Domenuitem xxx
End With
Or is there a trick? If I could get an insight, again I
shall apreciate very much.
1. I would like to automate the export of an A2k report
to either an html or a snapshot file, so I need to know
where I can get a list of the access menu bar items
references, so i can create a Docmd.Domenuitem command in
VBA to this effect (to be triggered by a button, I guess,
please see also item 2 below).
The help documentation tells me that the references are
the same as in Access 97... well I was not born at the
time of Acess 97, so this does not help me much;-)
If anyone has an exhaustive list of these
references /codes /whatever, I would greatly appreciate
sharing. Thank you very much.
2. To achieve my goal, once a report is displayed with
its result contents, I am not sure what VBA code I should
use in order to select the opened report's contents?
Is it as simple as something like :
With Me.Report
Docmd.Domenuitem xxx
End With
Or is there a trick? If I could get an insight, again I
shall apreciate very much.