Sounds like you have compiler errors.
Manually compile the VBA code. This should identify any errors i n the VBA code.
To manually compile:
Open any VBA module or press alt-F11. On the VBA Editor menu go to Debug > Compile (should be first option on the menu)
Pedie
When you do start again, how are you going to approach this?
Pedie
So that means rebuilding without code, to begin with anyway.
Pedie
The problem with the accde is because you have too much coding.
The most common reason for not creating an MDE/ACCDE is the result of compiler errors.
Even is you have no VBA code and just used embedded macros in 2007/2010 I would still create an accde. This will disable the ability for end user to go into deign mode for forms and reports.
... however this accde thing i think is not working out very well for me...