JuanaHusted wrote:
[Quoted Text] > My deployed runtime Access 2003 does not show multiple open > forms/reports in the taskbar even though I checked it in the options > menu in the Access MDE file before I created the runtime program. > How do I fix this?
That is an option for Access (the program), not for a specific MDB file. It can be programmatically set however you might want to ask your users about doing so as it will not affect only your file but every Access file they use.
Application.SetOption "ShowWindowsInTaskbar", -1
-- Rick Brandt, Microsoft Access MVP Email (as appropriate) to... RBrandt at Hunter dot com
|