The_Redhawk
The_Redhawk

Reputation: 273

How to create a new tab in a Microsoft Access form

I am learning about Microsoft Access and need to create a user menu to access other forms. I know how to make buttons/controls to open the needed form, but I cannot get it to open in a new tabenter image description here

How do I get "frmType" to open in a tab next to menu? I have been making the menu form using a tab control if that makes any difference.

Upvotes: 0

Views: 486

Answers (1)

June7
June7

Reputation: 21370

Don't use Tab control. New database is set to Tabbed Documents mode by default. Objects will open as tabbed documents. This is what the lesson is demonstrating. The tab illustrated is a Tabbed Document, not a page tab of a Tab control.

Upvotes: 1

Related Questions