Hi All,
I went to this web site
http://www.blueclaw-db.com/microsoft...s_security.htm
which has some VBA code about -- Access Database Security Alternative
(Security without Work Group Administrator). I found it quite useful so that I create what should be needed(form and table) for the this VBA to run.
However, as soon as it ran to the second line of the code,
Private Sub Form_Open(Cancel As Integer)
'initialize global variables
Call set_globals
'Hide tabs
....
I had this 'Compile error - Sub or Function not defined' come up. As I don't know much about VBA, I don't know how to fixed it.
Please help me :( Please
Thank you very much