Search results

  1. S

    Setting CallID to TechID

    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...
  2. S

    Forwarding id call to tech id

    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...
  3. S

    Help Desk For IT

    Hello All, I am trying to create a project in MSAccsess which should be a database for help desk for the IT Dep. So far I have the following tables: tblUsers – for the users who open calls( ID,FullName,Birthdate,HireDate,Email,Phone) tblCalls – for the Calls details (CallDescription,CallID ...
  4. S

    Inserting UserId into table after login screen

    Hello All, I have database which should handle a call system for IT. I have a login screen form with username and password which works fine. what I would like to do is that: when the user enter the system with his username and password (from tblUsers) and open a new call (tblCalls) , the...
Top Bottom