How do I switch to design view from input screen with buttons.

S

SubGAR

I have an access database that comes up with a screen with buttons for
selections of input options and reports. I need to find out how to switch it
to design view. Most of the normal tool bar options are gone. No view,
tools, or design view button.
 
J

John Vinson

I have an access database that comes up with a screen with buttons for
selections of input options and reports. I need to find out how to switch it
to design view. Most of the normal tool bar options are gone. No view,
tools, or design view button.

Try holding down the Shift key as you're opening the database; this
will bypass the startup code which hides the toolbars and opens the
switchboard form.

It's possible that the developer has blocked the use of the Shift key.
This blockade can be circumvented with some difficulty - post back if
necessary.

John W. Vinson[MVP]
 
G

George Nicholson

.... he might also have a runtime or .mde, in which case Design view isn't
available or won't do him any good.

--
George Nicholson

Remove 'Junk' from return address.
 
Top