back to main menu

From: paul (anonymous_at_discussions.microsoft.com)
Date: 05/13/04


Date: Thu, 13 May 2004 13:12:04 -0700


>-----Original Message-----
>Paul,
>
>Are you closing each of the menu forms as you open the
>next one or are you just opening the next form?
>
>I you are closing the "Main Menu" then you should be able
>to just Open it from a command button.
>
>If you are not closing it and the other forms then you
>will need to deal with that differently.
>
>Provide a little more info and I'll try to help.
>
>HTH
>
>Byron
>
>>-----Original Message-----
>>Hi,
>> I have an Access 2000 application, I open Main Menu,
>>select a Query Menu form, select another Query Input
>form,
>>display the Query result form, Now how do back to my
>Main
>>Menu?
>> I tried to open the Main Menu, but it can only back to
>>previous form. So after open several forms, how to move
>>back to one particular form?
>> Thanks a lot.
>>.
>>
>.
>Hi Byron,
    I just open the next form. I have several command
button, some can go back to previous, some can go back to
Main Menu. I don't have this problem when I maximize the
form, this Morning I removed the maximize.
    Thnaks.