Recent content by kosanhing

  1. K

    DLookup statement from SQL to VBA

    Dear Ranman256, Thank you for your reply. After your suggestion, I found the way to make it. Thank you very much!
  2. K

    DLookup statement from SQL to VBA

    Please help to solve this statement, it appear the "Too few parameters expected 1". The problem is on the "IIf(IsNull([tblMaintWO]![Technian1]),'', DLookup('Initial', tblEmployees, 'EmpID=' & [tblMaintWO]![Technian1])) AS TechnianA " and I can't put the double quotes in the statement otherwise...
  3. K

    Filter combo box from another field in Datasheet View

    Many Thank for your reply, Ranman256. I had tried but the result still like before. Now I just change the other way to fix it.
  4. K

    Filter combo box from another field in Datasheet View

    Hi! Everyone. I am working on a Employee Database for the Employee’s Training Certificate records. I’ve got a problem on combobox in a form (show in datasheet view mode), inside the form column B and C is the combobox and I want the column B is updated then column C will according the result in...
Back
Top Bottom