[AccessD] ...building, managing, and using a page favorites list

Max Wanadoo max.wanadoo at gmail.com
Sat Mar 7 13:52:03 CST 2009


The first form that opens is a simple menu comprising whatever I want to put
on that particular menu using bog-standard clickable control buttons, but
could be combos, Listboxes, Option Groups etc.  You can "hide" any or all at
will with code.  In your case, you can open a TreeView menu, hiding nodes at
will.  Bit like your main menu but cropped down a wee bit.

So, Ctrl-M opens "frmMaxPersonalOptions" and the OnLoad code can, if you
wish, check the UserLogin Table to verify the CurrentUser AccessLevels value
and display/hide options as required.

Max



-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of William Hindman
Sent: 07 March 2009 19:35
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] ...building, managing, and using a page favorites
list

...how do you let the user pick which pages to include, add, delete, etc?
William

--------------------------------------------------
From: "Max Wanadoo" <max.wanadoo at gmail.com>
Sent: Saturday, March 07, 2009 1:51 PM
To: "'Access Developers discussion and problem solving'" 
<accessd at databaseadvisors.com>
Subject: Re: [AccessD] ...building, managing, and using a page favorites 
list

> William,
>
> I do *something* similar but I put mine on hot keys, Ctl-M for Max's Menu,
> Ctl-xyz for others. The code within the loading checks the person who has
> logged in.  Generically I can allow the OnLoad code if the currentuser has
> an access level <= that required for this operation.
>
> Not in Treeview though, just normal forms.
>
> Also, all my Forms, Reports can be *logged* so that I can go back and see
> who done-what and when they done it.
>
>
> HTH
>
> Max
>
>
> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com
> [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of William Hindman
> Sent: 07 March 2009 17:47
> To: Access Developers discussion and problem solving
> Subject: [AccessD] ...building, managing, and using a page favorites list
>
> ...I want to create a user specific favorites list for an a2k3 mdb fe
> ...such that when joe blow is logged in, in addition to my normal treeview
> menu, he'll also see a mini menu with up to 5 page selects that he has
> chosen and can go directly to with a single click.
>
> ...has anyone built something like this before ...any ideas, samples, etc
> much appreciated
>
> William
>
>
>
> -- 
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
> -- 
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 

-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list