Quote Originally Posted by prabhafriend
Imdabaum:
Batman:
Thanks for that information. i never heard it before. Can't we open a form in Desing in a Compiled Database?
No, it is not possible. Forms, reports, and Module are all stripped of the VBA source code adn only have the compiled code. This helps protect your VBA code.

Quote Originally Posted by prabhafriend
Imdabaum:
So if we use a dynamic forms (createcontrols) then we cannot compile it. right?
That is correct.

With a properly designed (normalized) database and Access forms and sub forms, you probably would never need to create a control at runtime.

If you are creating something to help a user design and build forms then I could see the need to open a form or report in design mode.