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!

Change Access Properties

Status
Not open for further replies.

bitmite

Programmer
Dec 2, 2003
122
CA
I need to change the windows in taskbar otion in the view table in the Access options.

I need to do his when a program loads then change it back for other applications.

is this possible?

Brought to you By Nedaineum
The Portal to Geek-tum
 
Most of the properties in the tools | options, can be retrieved and changed thru the using the setoption method of the application object with the text found in the dialog. This one made was somewhat different (without spaces), but try:

[tt]application.setoption "ShowWindowsInTaskbar", N[/tt]

Where N:
-1 -> True
0 -> false

Roy-Vidar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top