Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rumples
  • Content: Threads
  • Order by date
  1. rumples

    How do you execute 3 different forms from a switchboard

    I am having problems executing one of my forms. It looks like this: step 1) You enter the switchboard step 2) Click on appropiate survey to take step 3) Disclaimer form pops up step 4) From the disclaimer form I want the user to see the appropiate survey they clicked on from step 2. The same...
  2. rumples

    Sub Form Problem

    How do I get the code below to work? what I have is a switch board that has 3 command buttons (see code below) Ehen you click on one of the 3 commands it will take me to another form (frmDisclaimer) see below code --------------------------------------- Private Sub btnOpenCaseMgrs_Click()...
  3. rumples

    Add Record

    How do you clear a form after adding a record? I tried this and it adds the recorde but does not clear the form. Thanks Private Sun btnComplete_Click() DoCmd.GoToRecord , , acNewRecord DoCmdClose End Sub

Part and Inventory Search

Back
Top