Recent content by eyal7773

  1. E

    What is the difference between 2 ways to create a RECORDSET

    Hello, I would like to know What is the difference between 2 ways to create a RECORDSET. Until 2007 I used to create it like this : -------------- Dim db1 As Database Dim rec1 As Recordset Set db1 = CurrentDb Set rec1 = db1.OpenRecordset(strSQL, dbOpenDynaset ----------------- But when 2007...
  2. E

    How to calaulate?

    Hello, I'm working on a project of calculating hours of special manpower company Each employee - can work in several sites on the same day. He receives travel-payment only once In addition - if between one site to another site has a space of less than three hours - then I have to join him...
  3. E

    how can I do a button that prevent edit ?

    Sorry, but I'm not a programer Can you please explain it in more simple words....?
  4. E

    how can I do a button that prevent edit ?

    hello, I would like your help please. I build a service calls database on access 2003 and I put in the main table a YES/NO field , that i called it "Finished or not ?" now I want to add an option that if a user will fill "V" in this check box, all the record will be "locked" , and anyone will...
Back
Top Bottom