MDI alike forms in Access?

  • Thread starter Thread starter jaxrpc
  • Start date Start date
J

jaxrpc

Hi, how do i create forms like MDI forms in VB?
I tried creating forms from the form design view but whenever i run i
i can still see the detail bar and the recordbar at the bottom of th
form how do i get rid of it and have it to display like a norma
userform like in excel or word.

thank yo
 
jaxrpc said:
Hi, how do i create forms like MDI forms in VB?
I tried creating forms from the form design view but whenever i run it
i can still see the detail bar and the recordbar at the bottom of the
form how do i get rid of it and have it to display like a normal
userform like in excel or word.

I'm not sure I understand exactly what you want. Of course, Access
forms are not the same as VB forms or Office UserForms, but you can do a
lot to control the way they look. You can turn off the
record-navigation buttons, if that's what you mean by "the recordbar",
by setting the NavigationButtons property to No on the Format tab of the
form's property sheet in design view. I don't know what you mean by the
"detail bar". Could you describe it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

MDI forms 1
MDI parent, childs and panels ... 3
MDI child forms 1
MDI and TableLayoutPanel 0
MDI Window - Own Status 4
MDI Forms using MainMenu 1
Unneeded Scroll Bar Space in Form 0
MDI and Reflection 2

Back
Top