Forwarding id call to tech id

syntax

New member
Local time
Yesterday, 16:15
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.
 
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.
 
The lowest amount of calls does not allways equal the lowest amount of work tho :(
 

Users who are viewing this thread

Back
Top Bottom