Search results

  1. V

    How To Recalculate All Records

    Hi vbaInet Because It only displays the result (I know it is Good and simple, I'm using that in other access projects) and not storing in the database (Frequently I exporting the data for users in excel and that value is very important)
  2. V

    How To Recalculate All Records

    Hello Mates! I Made a command button to recalculate the field values (For Emergency if somewhere accidentally was left not calculated) here is My Code: Me.Sumall = Me.Quantity * Me.Unitprice It works only the current record (Which I See on the form) My task was: To search the given field...
  3. V

    How To Display Date In Other Language In Report or Form

    vbaInet Thank You for The Reply... I Searched it but cant find anything like that, Can you suggest where to find it (Maybe someone had the same task, but solved like you explained) Thank You in Advanced
  4. V

    Can't Filter Combos!

    llkhoutx, Galaxiom Greatest Thanks, For your suggestions and Help! Works perfectly
  5. V

    Can't Filter Combos!

    No solutions?
  6. V

    Can't Filter Combos!

    Hello llkhoutx First of all, Greatest thanks for your help and suggestions. I think, That I explained incorrectly what i need.... That form in the example works well it filters the data if i enter and press GO Button, But I wanted to do another thing When the [FORM] is opened there are two...
  7. V

    Can't Filter Combos!

    I'll Rename The controls step by step Can anyone help me in this case
  8. V

    Can't Filter Combos!

    Hello llkhoutx I searched the web, but can't find something suitable to this..... P.S What do you mean "Your control names are deficient. Google "Hungarian naming convention" for a good way of naming Access controls" I'm not using any Hungarian characters there
  9. V

    Can't Filter Combos!

    Hello Friends, I can't filter combos i tried some variants but without success, I use on my form some VBA... Please See the example: When Open a "FORM" There is filter combo when you select something it must be filtered on second combo..... Please Help!
  10. V

    Rest In Peace David, We Will never Forget You!

    Rest In Peace David, We Will never Forget You!
  11. V

    David Crake – very sad news

    Oh.... I am shocked and saddened to hear the news, David was certainly a valuable member of this forum, and his contributions will be missed. He Helped me so many times My prayers go to his family and friends. Rest In Peace David Crake, We Will never Forget You!
  12. V

    Backup And Zip Database

    Oh.... I am shocked and saddened to hear the news, David was certainly a valuable member of this forum, and his contributions will be missed. He Helped me so many times My prayers go to his family and friends. Rest In Peace David Crake, We Will never Forget You!
  13. V

    Backup And Zip Database

    Hello DCrake I Downloaded the file, but is not working: it Says "Project Contains missing or broken reference to the file xzip.dll version 1.0 Please Help!
  14. V

    How To Attach A Cache To The Combo Box

    Hello Mates, I need your help or Suggestion: I have a form with combo box (I'm searching data from it, it works well), Now I need to cache the keywords in the combo (that combo could store frequently searched keywords). Thank you very much
  15. V

    How To Display Date In Other Language In Report or Form

    I Use English Long date as Default For Example: Monday, October 10, 2011 But in some reports I need in some languages: 1. Default English: Monday, October 10, 2011 2. French: lundi 10 octobre 2011 3. German: Montag, 10. Oktober 2011 4. Georgian: 2011 წლის 10 10, ორშაბათი
  16. V

    Reports not printing data, it prints controls only.

    Hello talktime Change Your Print Button code: On Error GoTo Err_Print_Click Dim stDocName As String DoCmd.Close stDocName = "MyReport" DoCmd.OpenReport stDocName, acNormal 'Change acNormal to acPreview if you want to preview the report first Exit_Print_Click...
  17. V

    Choosing Destination Report

    Thank You Uncle Gizmo Very Much for the Help!
  18. V

    Choosing Destination Report

    Hello, Please Help! I have a form With A button on It: Here Is The Code On Error GoTo Err_Preview_Click Dim stDocName As String DoCmd.Close stDocName = "DATA" DoCmd.OpenReport stDocName, acPreview Exit_Preview_Click: Exit Sub Err_Preview_Click: MsgBox...
  19. V

    Date Field to be Displayed in French

    I need this function too, can anyone help us!
  20. V

    How To Display Second Field of Text Box In Reports

    P.S. How Do I Mark with The "Solved"
Back
Top Bottom