Project Window Question (ACCESS 2007)

wilderfan

Registered User.
Local time
Today, 12:28
Joined
Mar 3, 2008
Messages
172
Sometimes I'll create a form, attach VBA code to it and then decide not to use VBA code with that form.

Yet the form stays listed in the Project Window even though it no longer contains any VBA code.

Is there a way to eliminate the form from the Project Window?

[I realize this is just something cosmetic, but I'd like to clean up the Project Window if possible.]
 
Set the Has Module property of the form to No.
 
Thanks, Galaxiom.

That worked perfectly !
 

Users who are viewing this thread

Back
Top Bottom