Hello again. Thanks for the reply. However I don't know how to do that, (I am a beginner). All the code that have put into the form was on a certain event via the property sheet of the corresponding control. Does this one have to be entered in the same way? If yes, on which event? Regarding the syntax, I have found this:
Code:
Forms("My form").Controls("My control").TabStop = False
and tried to enter it as follows:
Create->Module and entered it replacing the parameters for the form and control and saved it. But obviously this is not the way it way supposed to be entered as it doesn't work..