Recent content by AsMok

  1. AsMok

    Phone number input mask

    HI.... The photo I attached to my last reply gave me an idea... since the problem is in the table field... I should work on it... I formatted the two table fields this way "09"@@@@@@@@ "091"@@@@@@@ and then suddenly the problem solved ^_^ hope that is ok???
  2. AsMok

    Phone number input mask

    done
  3. AsMok

    Phone number input mask

    ا hi theDBguy..... sadly nothing changed.... It still storing the same way.......
  4. AsMok

    Phone number input mask

    hi all :) I have this input masks for two phone numbers fields.... !"09"0\-000\-0000;;_ !"091-"000\-0000;;_ They work great on the form BUT it dose not store the first part of the area code 09 in the first field AND the whole area code 091 in the second one.... I want them to be stored...
  5. AsMok

    Loop on continuous form

    IT seems up to now things is ok ....... I just changed >>>> (!ItemStatus = IIf(!check, "AB", "CD")) to this>>> (!ItemStatus = IIf(!check, "CD", "AB")).. to get the exact change I want... I reviewed the changes in my table and it is exactly what I want.... I will work on it more to see if...
  6. AsMok

    Loop on continuous form

    Many thanks I will try your code now and see the result.... BTW..my office and data is Arabic.... should I change the version?????
  7. AsMok

    Loop on continuous form

    HI theDBguy ....nice to contact you again.... to make things clearer I should write my steps to show data and what i want to achieve..... 1. choose zone from drop down list... 2. choose driver name 3. then click done button to change and fill the records (status and driver name) that have...
  8. AsMok

    Loop on continuous form

    hi all NICE to contact you again I need help how to make "DONE button" in my continuous form work for all fields not the first active field only !!! thanks in advance
  9. AsMok

    Can I sum a conditional value by years????

    Hi all Thanks all I placed Iif function on my report and finally I got it as I want ......for sure I will take other work conditions in mind.... if you expect any future problems please notify me --- i placed this function to unbound text...
  10. AsMok

    Can I sum a conditional value by years????

    i just wrote it in general to know how can i sum it.... job conditions are more accurate and count it by days and hours it is just a mock case
  11. AsMok

    Can I sum a conditional value by years????

    hi all lets assume that we have 2 employees ::: according to job conditions -------employees have 30 days as an annual leave if the work for the company less than 3 years -------------and have 45 days as an annual leave if the work for the company more than 3 years calculating this year leave...
  12. AsMok

    Two multiple combo boxes values depend on each other

    DONE any suggestions :cool:
  13. AsMok

    Two multiple combo boxes values depend on each other

    Hi many thanks :) I used your code..... i just changed my control type to list box instead of combo box on the form and kept the table field a combo box ...... and replaced my control name in your code ^_^ then it works as you can see Any suggestions not to face any future problem????
  14. AsMok

    Two multiple combo boxes values depend on each other

    the following code from this site is working great for selecting all values if my row source is a table.... what should i change to change it to a query... ----- Dim v As Variant Dim vValueList As Variant Dim rstAdd As DAO.Recordset Dim...
Top Bottom