Setting CallID to TechID (1 Viewer)

syntax

New member
Local time
Today, 03:06
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.
 

Users who are viewing this thread

Top Bottom