Forwarding id call to tech id (1 Viewer)

syntax

New member
Local time
Today, 04:51
Joined
Jul 29, 2008
Messages
9
Hi All,
I have the following tables:
Tbltechnicians (TechID,TechName)
tblCalls(CallID,CallDesc)
tblCalls-technicians(CallID,TechID)

I have frmHandleCalls and I would like to set callID to techID so that the technician would know which calls related to him.

How should I do that?
Should i do it with vb?
10x in advance.
 

syntax

New member
Local time
Today, 04:51
Joined
Jul 29, 2008
Messages
9
Calls

By form.
When a new call is created, i would like that it will assign to the first technicain which has the lowest amount of calls.
 

namliam

The Mailman - AWF VIP
Local time
Today, 13:51
Joined
Aug 11, 2003
Messages
11,695
The lowest amount of calls does not allways equal the lowest amount of work tho :(
 

Users who are viewing this thread

Top Bottom