Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tools menu

Status
Not open for further replies.

hellohello1

Technical User
Joined
Jun 30, 2006
Messages
110
Location
US
In my Access 2003 database, under Tools, Start Up, Allow Full Menus is unchecked.

I have a form that opens a query. When that query opens, I would like to activitate the Tools, Office Links menu.

Then when the query closes, the Tools menu goes away again.

Can I do that?

Thanks
 
thanks for writing. i looked at SetOption, but no luck...
 
Anyone have any other suggestions?

Thanks,
 
If I can't make the Office Links, Analyze It with Excel toolbar appear, then, on my form, can I write code to automatically show the query data in a temporary Excel file?

The 'temporary' part is what i'm struggling with.

When I try:
DoCmd.OutputTo acOutputQuery, "qryTest", acFormatXLS, XL, True

it prompts me to name the file in Excel. But I don't want to save the data. Can I have the query data open in a unsaved Excel file (ex: Book1.xls).

Then if the user leaves Book1.xls open, and clicks the button on the form again, they get the data in Book 2.xls. If the user wants to save, that is up to them.

Thanks,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top