Recent content by simonyu

  1. S

    Findfirst with 2 criteria not working

    Hi Paul, I tried but there was RED line so it could not execute. Thank you, simonyu
  2. S

    Findfirst with 2 criteria not working

    hi the_doc_man, I use below line and it works. rs.FindFirst "table_id=" & Me.id & " AND category_id=" & Me.category_id Thank you very much, simonyu
  3. S

    Findfirst with 2 criteria not working

    Hi pbaldy, These datatype are Integer. I tried your suggestion, however the line turn to RED and could not run. Set rs = db.OpenRecordset("SELECT * FROM TRIAL_BALANCE WHERE [table_id]='" & Me.id & "' AND [category_id]=" & Me.Cat_id") MajP, MarKK, I intend to find the record and Edit then...
  4. S

    Findfirst with 2 criteria not working

    Hi there, I try to use Findfirst to search for records. However it only works when I use Findfirst with 1 criteria but not with 2 criteria.:confused: Did I do something wrong? :confused:Here is the code. Thank you for your help:) There are 2 tables, TRIAL_BALANCE and BILL_ITEMS tables. In...
  5. S

    Hello from Brooklyn, NY

    Hi everyone, I am working on a bookkeeping system. It frustrates me because my Access knowledge does not make my program working. Hope to have help from you guys. Thank you in advance. SimonU
Back
Top Bottom