Sorry if this is a dumb question. I'm using Access 2007. I have a
re****t which I am opening via VBA, with the following command:
stDocName = "Quotation Re****t"
DoCmd.OpenRe****t stDocName, acViewPreview, , , acDialog,
OpenArgs:=sqlString
If I open my database in design mode, when I run the re****t, if I
right click on it I get various options, including "Ex****t".
However, if I run it as a user, with restricted menus, I don't see
"Ex****t". 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


|