Encapsulate Forms in one Window

  • Thread starter Thread starter undrline via AccessMonster.com
  • Start date Start date
U

undrline via AccessMonster.com

I'm trying to figure out how to make all my forms open in the same window,
even if the user has
Tools>Options...>View (tab)>Windows in Taskbar (checkbox)
checked. I'd prefer not to modify their settings, and just encapsulate my
database.

I'm a newbie, so speak slowly :)
 
To have that sort of control over your application you will need to use VB,
which handles MDI (multiple document interface) forms.

Damian.
 
Okay. Thank you for your response. Do you mean VBS instead of VBA, and
there's a different forum I should be posting to? or could you help me out
with the script?




Damian said:
To have that sort of control over your application you will need to use VB,
which handles MDI (multiple document interface) forms.

Damian.
I'm trying to figure out how to make all my forms open in the same window,
even if the user has
[quoted text clipped - 3 lines]
I'm a newbie, so speak slowly :)
 
Back
Top