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
i just want to remove navigation keys in my forms
Collapse
X
-
Tags: None
-
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 thingComment
Comment