i just want to remove navigation keys in my forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • laks007man
    New Member
    • Sep 2007
    • 1

    i just want to remove navigation keys in my forms

    i designed a form with INPUTs like TEXT boxes,combo boxes ......to enter a record.....i am suceesful with that part...but what is troubling me is? i am unable to remove(disable) navigation keys at the end of my form,on scrolling the mouse options all other are able to view&edit the records stored in the table.by scorling the mouse option...so i would like to remove that option in my forms....so some pleaseeeeeeeeee eeeeeeeeee help me out with that
  • Twanne
    New Member
    • Jul 2007
    • 65

    #2
    Hi,

    Use the properties of the form. There are three or four options that you can set to yes or no to display the navigation keys. Just set them to no and they shouldn't be displayed any more.

    Greetz
    Twanne

    Hard to make faces in the corner.

    Comment

    • damonreid
      Recognized Expert New Member
      • Jul 2007
      • 114

      #3
      Set the following
      Record Selectors = No (Bar on the left hand side of the form)
      Navigation Buttons = No (The ones on the bottom of your form)
      Control Box = No (Max, Min, Close ect all in one go, or do them individually)

      Comment

      • Twanne
        New Member
        • Jul 2007
        • 65

        #4
        Hi,

        Yeah you could do that to but then you have to code it. If you just have a query (or table) with the input for the form, you don't need to use code. This keeps it more simple to maintain because you know your forms have those options turned of. No need to search your code for some line you might have set to true (or false) when it wasn't needed.

        Or you could write a function so that every form that needs this, calls the function to turn of the navigation keys.

        Greetz
        Twanne

        Keep the real thing, give me the surreal thing

        Comment

        • damonreid
          Recognized Expert New Member
          • Jul 2007
          • 114

          #5
          I just tend to set that as my default value for all new forms as I make all controls as I want them in place of default values on the forms. Same applies for backrounds and borders. You can set defaults for new databases and new forms.

          Comment

          Working...