Search results

  1. R

    Search button

    Hello I need a button that looks at 2 text field in my form that must be the same as 2 field from my table, and display the information from it. I made an example for explain my problem. In my example i've 1 table: Users 1 Form: frmZoek In the form are 2 textboxes and 1 command button: txt1...
  2. R

    Help wih code

    I have it it was just an option i hadn't tried :( If doc.FormFields("fldRisico").Result = "Ja" And doc.FormFields("fldVca").Result = "" And doc.FormFields("fldVcaplus").Result = "" Then !Statusvca = "Open" End If
  3. R

    Help wih code

    I've used the example from this site to import a word document to my access table. Now i want a check in VBA that if a field value is "Ja" and 2 other options are empty a Field in my table "Statusvca" changes from his standard value Closed to Open i've tried these codes and they dont work...
  4. R

    Import word document

    thanks modest your code works fine.
  5. R

    Import word document

    I've used the example from this site to import a word document to my access table. But i want to use a search option for finding the word document in state of a standard map (in example C:\Contracts). How can i do this, i've tried some things but i can't get it work :confused: Could someone...
Back
Top Bottom