Sorry if this is a dumb question. I'm using Access 2007. I have a
report which I am opening via VBA, with the following command:
stDocName = "Quotation Report"
DoCmd.OpenRepor t stDocName, acViewPreview, , , acDialog,
OpenArgs:=sqlSt ring
If I open my database in design mode, when I run the report, if I
right click on it I get various options, including "Export".
However, if I run it as a user, with restricted menus, I don't see
"Export". I've recently re-installed Access 2007 and I guess there is
some flag I've forgotten to tick. Can anybody tell me what it is?
Thanks
Colin
report which I am opening via VBA, with the following command:
stDocName = "Quotation Report"
DoCmd.OpenRepor t stDocName, acViewPreview, , , acDialog,
OpenArgs:=sqlSt ring
If I open my database in design mode, when I run the report, if I
right click on it I get various options, including "Export".
However, if I run it as a user, with restricted menus, I don't see
"Export". I've recently re-installed Access 2007 and I guess there is
some flag I've forgotten to tick. Can anybody tell me what it is?
Thanks
Colin
Comment