Search results

  1. W

    products and quantity

    Thank you for your replay.. i don't know if you can help me or not.. but im field with that.. u can see my program. i just want add new option in Customers List form Add Customer form Report1 print add the follow in these form and report Products...
  2. W

    products and quantity

    Hello All, i need to make simple program with access. i have product | Quantity . Pro1, Pro2, Pro3, Pro4 how can i make it Like combo box , i can make multi select for each customer . and insert the quantity for each one. product | Quantity __________________ Pro1 10 Pro2...
  3. W

    how is this example work, textbox search

    Ok Dear, Thanks a lot for your help. I will try myself to fix that. but i see that GO button need to set to unFocus after click on.. can u tell me how ?
  4. W

    how is this example work, textbox search

    Do u have Teamviewer.. i can give u access to my pc now.. just give me your email. and i will send u the code
  5. W

    how is this example work, textbox search

    Oh... Still need Double Click.. after all that.. I don't know why If u can talk with me on Skype .. and i can let u access to my PC with Teamveiwer and fix it from my PC.. thank u very much.
  6. W

    how is this example work, textbox search

    SearchBox = "" i add this.. but its still need Double click there..
  7. W

    how is this example work, textbox search

    yes, i think i found the problem... after Click on ShowAllbutton.. .we must restore text-box search to default value.. Search Contacts i don't know how to do that.. we need some code ..after this one something to clearbox. Me.Filter = "" Me.FilterOn = False cmdShowAll.Enabled = False
  8. W

    how is this example work, textbox search

    write text to search .. click go to search here work fine and its display result.. now click showall .. and go again to search .here u will need to click twice on go button to search .
  9. W

    how is this example work, textbox search

    Hi Again... i do it... but there is small problem... when i insert text in text box to search i need to double-click on Search button. why.?
  10. W

    how is this example work, textbox search

    But.. there is still problem.. if you open Follow-up , or Contacts list alone,, and try to make Search its asking about Customers List form...
  11. W

    how is this example work, textbox search

    and this in showall button Me.Filter = "" Me.FilterOn = False cmdShowAll.Enabled = False
  12. W

    how is this example work, textbox search

    Hi , u mean u add this code Dim strFilter As String If Not IsNull(SearchBox) Then Me.FilterOn = True strFilter = "[Place of Installation] Like ""*" & SearchBox & "*"" " strFilter = strFilter & " OR [Customer Name] Like ""*" & SearchBox & "*"" " strFilter = strFilter & " OR...
  13. W

    how is this example work, textbox search

    In Customers list its working fine. You can see the Macro , in Follow-up form SetTempVar strFilter, "([Place of Installation] Like ""*" & [TempVars]![strSearch] & "*"")" SetTempVar strFilter, [TempVars]![strFilter] & " OR ([Customer Name] Like ""*" & [TempVars]![strSearch] & "*"")"...
  14. W

    how is this example work, textbox search

    Thank u dear, i hope u can help me to fix that QuickSearch . Thanks
  15. W

    how is this example work, textbox search

    oh... here is 2003 , but why u still use old version..??
  16. W

    how is this example work, textbox search

    I just complete my simple program.. but i have problem in forms Contacts list Follow-up in QuickSearch . please anyone can fix that..i need it really fixed, Thanks a lot.
  17. W

    how is this example work, textbox search

    Here is 2003,
  18. W

    how is this example work, textbox search

    Any help please...:(
  19. W

    how is this example work, textbox search

    hello , please anyone can see this example and explain for us how its work, if i want make another one with different form and table name, Thanks ,
  20. W

    problem in search record

    please if u can fix it for me and upload it.
Back
Top Bottom