run button in module is grayed out?

M

Mario

Hi Guys,
Cannot run a standard module. The run button in Modules in Access 2003 with
SP1 is grayed out and I don't know how to execute my module other than
through the VBA code editor. Any help will be appreciated.
 
A

Alex Dybenko

try to open immidiate window (ctrl+G), type sub name there, or ? followed
function name and hit enter
 
Top