Search results

  1. H

    switching between forms

    lstreloc is just the name of my listbox
  2. H

    switching between forms

    The second form did not open up when I finished that code. And no, the list box contains a code that loads either Yes or No from my master table depending on the name of an individual.
  3. H

    switching between forms

    here is what I tried and it did not work... Private Sub cmdOK_Click() If Me.lstReloc = "Yes" Then DoCmd.OpenForm "Relocation", acNormal End If End Sub *I also tried it w/o acNormal.. thoughts? Thank you again
  4. H

    switching between forms

    Here is my situation.. I have a form(1) with various combo and list boxes and a cancel and OK button. One of the list boxes has code written where depending on a name combo box it will read Yes or No. When I click OK if that list box reads Yes I want another form that I have created to present...
  5. H

    Limiting access to forms

    I have a form created in my access database and was wondering if there is anyway to write a macro, or anything else to limit access of just the form to a specific group of people. The database contains many queries and tables that a lot of associates need to view and use however this one form...
Back
Top Bottom