Form type question

K

keith

Hello,
I don't know how to describe the design of the form, but it's the form that
we all see when we first open Access, Excel, Word... any Office product. It
has the toolbars across the top, with File on the top left, then Edit, etc.

I don't see this as a design option in the Access or Excel forms design
tools. How can I create a form that looks like the forms described above?

keith
 
D

DStegon via AccessMonster.com

Use VB.Net. C#.Net or some other programming language. You can have Access
launch a "splash" page when loading and you can give it any customized
toolbars you wish. Do this through the startup section.
 
Top