Re: Access 2002 Help required please......
From: Simonglencross (simon_glencross_at_hotmail.com)
Date: 11/07/04
- Next message: Joan Wild: "Re: Access 2002 Help required please......"
- Previous message: JohnMc: "Office sp3 install reveals multiuser or database problem?"
- In reply to: Joan Wild: "Re: Access 2002 Help required please......"
- Next in thread: Joan Wild: "Re: Access 2002 Help required please......"
- Reply: Joan Wild: "Re: Access 2002 Help required please......"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 7 Nov 2004 16:56:06 -0000
Joan,
I had an unbound list box which displayed my active customers, you could
click once on one of the active customers and there details would populate
my center form but since making the currentuser() changes the list box is
now bound and has loat this functionality, how could I correct this?
Many Thanks
Simon
"Joan Wild" <jwild@nospamtyenet.com> wrote in message
news:ek1yKsNxEHA.2016@TK2MSFTNGP15.phx.gbl...
> Simonglencross wrote:
> > Joan is there any way I can implement this without have to scrap the
> > forms which I have done and starting again?
>
> There is no need to delete your existing forms and start over.
>
> I'll assume your forms are based on tables. Create a RWOP query for each
of
> your tables. You can set the run permissions property of the query in
> design view to Owners. This will give you a SQL statement like:
>
> SELECT * FROM Orders WITH OWNERACCESS OPTION;
>
> Change the recordsource of your form to the query. In design view of your
> form, show the field list and drag the new OwnedBy field from the list to
> your form. Set this control's default property to =CurrentUser() and hide
> it if you wish.
>
> --
> Joan Wild
> Microsoft Access MVP
>
>
- Next message: Joan Wild: "Re: Access 2002 Help required please......"
- Previous message: JohnMc: "Office sp3 install reveals multiuser or database problem?"
- In reply to: Joan Wild: "Re: Access 2002 Help required please......"
- Next in thread: Joan Wild: "Re: Access 2002 Help required please......"
- Reply: Joan Wild: "Re: Access 2002 Help required please......"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|