Recent content by AHMED KHALAF

  1. A

    Combo box ListIndex to -1

    Is there any one have solution for this problem
  2. A

    Combo box ListIndex to -1

    THIS PHOTO EXPLAIN WHAT I NEED AND I ATTACHED MY FORM TO MAKE THE MODIFICATION THANK YOU FOR YOUR PATIENCE
  3. A

    Combo box ListIndex to -1

    Thanks for your reply but the combo box is a bound to field in table and can not have null value because it is primary key
  4. A

    Combo box ListIndex to -1

    Hey guys isn't there any solution for this problem ?
  5. A

    Combo box ListIndex to -1

    Isn't there any code instead of the listindex -1 to do that ?
  6. A

    Combo box ListIndex to -1

    I have the same problem and i can not set the controlname to be null value BECAUSE IT IS PRIMARY KYE AND THIS IS MY LIKE TO THE PROBLEM http://www.access-programmers.co.uk/forums/showthread.php?t=170879&page=2 so i need the listindex to -1 but i do not the way any help i'll appreciate
  7. A

    just edit button

    Ok is ther any code in vba like selectedindex = -1 i think this will be the solution
  8. A

    just edit button

    I know the reason now so. Is there any code to empty the existing value ? in ( co_requisition ) with the knowledge that the (co_requisition) is bound combo box and can't have null value . The file attached And the reason is that when I select project and select the number of the project then...
  9. A

    just edit button

    thanks for your cooperation but i dosn't work
  10. A

    just edit button

    It's work but some times gave an erorr i already attached the file all i need how to resolve this problem
  11. A

    just edit button

    please if any one know how to resolve this problem just tell me I'll appreciate this issue is a big headache to me
  12. A

    just edit button

    There is one site told me that i have to remove the (docmd.showallrecoed) because it remove any filter in the form but i do not know what i have to do. Instead of that thanks
  13. A

    just edit button

    I FOUND CODE AND IT WORK VERY GOOD BUT SOME TIMES IT GAVE'S ME AN ERROR Private Sub Command40_Click() Dim strCustomerRef As String Dim strSearch As String If IsNull(Me![CO_FILTER]) Or (Me![CO_FILTER]) = "" Then MsgBox "Please enter a value!", vbOKOnly, "Invalid Search Criterion!"...
  14. A

    just edit button

    THANKS I DID WHAT YOU SAID BUT IT GAVE ME THIS MESSAGE NO THE COMBO BOX BUND TO QUERY BU IT IS UPDATEBLE I TRAY IT BEFORE
  15. A

    just edit button

    Sorry for disturbance but i did . What you say before but it doesn't work with me so may you make it and send it to me
Back
Top Bottom