Solved Dashboard Setting

i thought you have All pages Not Visible.
you can make All Pages Not visible by going to design view and clicking on each page.
then on the property, Visible = No.
Oh, I got it. I will try...
 
Sir, can possible create Tabcontrol Inside one more tabcontrol
possible.
you create first a New Form and add Tab Control to it.
then insert this New form (as subform) to the Tab Control on your Main form.
 
Thank you very much, its work,

In my dashboard have 8 command button. Each command to open a tab page
I would like that my last visit Tab page will show when reopen Database same user (I have 3 users)
 
you create a table that will save the UserID (Long), and the TabNames(short string).
On the Unload event of your main dashboard form, save the Page Control Names that are visible on TabNames field.
and you save the UserID to the UserID field.

when your dashboard form opens, add code to the Load event so you check This New table what Tabs are visible for
the current user and make the Pages visible.

on the Unload event is where you add/edit the TabNames that are visible for a particular user.
 

Users who are viewing this thread

Back
Top Bottom