An Access database doesn't have a design mode. Objects in the database do, so you can design forms, reports, tables and so on, but not the database as a whole.
You can use a form to control the mode of other objects, so you can make a button on a form open a different form in design view, but when a form is in design view, its code can't run, so a form can't design itself.
Hope that helps,