Module Help

Lulle

New member
Local time
Today, 07:37
Joined
Apr 19, 2004
Messages
7
Hi All,

I'm creating a report in access mdb from another mdb file. I'm using the CreateEventProc. When I use this procedure the VB code section of the module appear to the user and I'm not able to hide it.

Any suggestions !!
Thanks
 
Lulle said:
Hi All,

I'm creating a report in access mdb from another mdb file. I'm using the CreateEventProc. When I use this procedure the VB code section of the module appear to the user and I'm not able to hide it.

Any suggestions !!
Thanks

I assume you talking about the db view part. Right-click on the module in db view and select Properties. Check the box for Hidden. Then go to the Tools menu, Options, and View Tab and make sure that the Hidden Objects box is not checked.

Arnie275 :cool:
 
arnie275 said:
I assume you talking about the db view part. Right-click on the module in db view and select Properties. Check the box for Hidden. Then go to the Tools menu, Options, and View Tab and make sure that the Hidden Objects box is not checked.

Arnie275 :cool:

i did check the box for hidden objects but it doesnt work. When i create the module for the report using CreateEventProc the module is visible, the user can close it and everything would work fine but it's annouing and i dont want the user to be able to view the code for the module
 

Users who are viewing this thread

Back
Top Bottom