Setting CallID to TechID

syntax

New member
Local time
Yesterday, 16:07
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

Back
Top Bottom