Allocating work to individuals (1 Viewer)

marleyuk

Registered User.
Local time
Today, 21:36
Joined
Feb 8, 2006
Messages
54
Hi,

I have a database that uses a table to capture work by reference number. I would like to be able to allow users to only be able to see work they have been allocated.

Can anyone point me in the right direction please?

Thanks,
Ian.
 

missinglinq

AWF VIP
Local time
Today, 16:36
Joined
Jun 20, 2003
Messages
6,423
To start off, you'll need:
  1. A way to identify the user who is opening the Form
  2. A Field in the underlying Table that holds the name of the user that has been allocated the work
  3. Filter the Form, when it loads, based on #1 & #2
Linq ;0)>
 

jdraw

Super Moderator
Staff member
Local time
Today, 16:36
Joined
Jan 23, 2006
Messages
15,393
As linq says users should interact via forms and not have direct access to tables.
Good luck with your project.
 

marleyuk

Registered User.
Local time
Today, 21:36
Joined
Feb 8, 2006
Messages
54
Thanks for the responses. Do either of you know of any examples of this working?
 

Users who are viewing this thread

Top Bottom