Command Button Code Req

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve Patrick

    #1

    Command Button Code Req

    Hi All

    Looking for a code to make a command button close a welcome form and then
    open a switchboard form.

    Need step by step if possible - as complete newbie here.

    Thanks for any / all help.

    Steve


  • fredg

    #2
    Re: Command Button Code Req

    On Tue, 31 Aug 2004 18:44:23 GMT, Steve Patrick wrote:
    [color=blue]
    > Hi All
    >
    > Looking for a code to make a command button close a welcome form and then
    > open a switchboard form.
    >
    > Need step by step if possible - as complete newbie here.
    >
    > Thanks for any / all help.
    >
    > Steve[/color]

    From the Welcome Form command button click event:

    DoCmd.OpenForm "SwitchboardNam e"
    DoCmd.Close acForm, Me.Name
    --
    Fred
    Please only reply to this newsgroup.
    I do not reply to personal email.

    Comment

    Working...