Show (2) Form Tabs Open when Access is Opened

squeakums

Well-known Member
Joined
May 15, 2007
Messages
823
Office Version
  1. 365
I have the access settings to show one form through options when Access is opened, but is there a way to show (2) form tabs when access is opened?
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
You could use an "AutoExec" Macro (which runs when the database is opened), and have it open two Forms (though one will be displayed, and the other will be in the background).

Alternatively, you could create a new Form, and have your other two Forms be unrelated Subforms on your new Form.
 
Upvote 0
I figured, it out, when I open, it opens to the 2nd tab, how can write it in to open to the 1st tab?
 
Last edited:
Upvote 0
On the macro add a third open form Action and set it to open the first form again - as it is already open it will just have the focus set back to it.

Edit: Use the selectobject action - and select form 1. either one will work but that Is probably a better action to use.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,550
Messages
6,114,265
Members
448,558
Latest member
aivin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top