S
Sietske
I would like to lock my existing records, unless I press a button "unlock"
on the screen. From earlier posts on this forum, I found the hint that I
should try the tips page of Allen Browne, found here:
http://allenbrowne.com/ser-56.html
Other people have used this tip with success, but when I follow the
walkthrough step by step, I receive a compile error at step four, after I try
to set the On Load property of my form to
=LockBoundControls([Form],True)
The error says: "Compileerfout: verwacht regelnummer of naam of instructie
of instructie-eind", which must mean something like "Compile error: Expecting
line number or name or instruction or instruction end".
What does this mean? And how do I solve this problem? I'm quite a newbie
concerning VBA, so I would be pleased if someone could give me a hint.
Thanks in advance!
on the screen. From earlier posts on this forum, I found the hint that I
should try the tips page of Allen Browne, found here:
http://allenbrowne.com/ser-56.html
Other people have used this tip with success, but when I follow the
walkthrough step by step, I receive a compile error at step four, after I try
to set the On Load property of my form to
=LockBoundControls([Form],True)
The error says: "Compileerfout: verwacht regelnummer of naam of instructie
of instructie-eind", which must mean something like "Compile error: Expecting
line number or name or instruction or instruction end".
What does this mean? And how do I solve this problem? I'm quite a newbie
concerning VBA, so I would be pleased if someone could give me a hint.
Thanks in advance!