Results 1 to 3 of 3

Thread: how to link more than 1 form

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Location
    Leicester, england
    Posts
    6
    what code do u need to link forms together?

  2. #2
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    What do you mean when you say "link forms together"?

  3. #3
    to call another form from a button

    if form1 if showing but add a button Command1

    Private Sub Command1_Click()
    form1.hide 'this will hide the form1
    form2.show 'this will make form2 appear
    End Sub

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width