No export option when right clicking on report

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bobby

    No export option when right clicking on report

    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
  • Bobby

    #2
    Re: No export option when right clicking on report

    Ok, brain in gear now. Access options / Allow full menus.

    It's working now,

    Thanks

    Comment

    Working...