Recent content by Gurbo

  1. G

    How to find the MAX. Value in 1 record, 12 fields

    yup , that's workin' right now .. Thnx
  2. G

    I'm having the referencing problem , Equate textbox to Form

    That works & rocks :) Thnx mate ,
  3. G

    I'm having the referencing problem , Equate textbox to Form

    Hi, I'm having the referencing problem.Cant figure out how to equate the textbox> txtResult1 on the my form with the Field > Hisse , from the Query > Select_MaxWgt . Here's my code for the Calc button: Private Sub cmdCalc_Click() Dim Bank As Variant DoCmd.RunCommand acCmdSaveRecord Dim...
  4. G

    How to find the MAX. Value in 1 record, 12 fields

    ok , Thnx all for your interest and patience ... Problem is with Form > frmEnterLexio That should not work becouse i've broke Excel<-->Access link. Table > tblWgtFactors gets values from frmEnterLexio Queries > Max_Wght & Select_MaxWght refers to Table> Sheet3 , but i've deleted it ...
  5. G

    How to find the MAX. Value in 1 record, 12 fields

    The variables are entered on a form which update tblWgtFactors. A cmd button activates the code which then initializes the table
  6. G

    How to find the MAX. Value in 1 record, 12 fields

    Voila, no record. All 0s The code has an error for working with the recordsets i think , it clears the new data from the table (which contains the variable, that are needed for finding the Max value) ... it empties the table
  7. G

    How to Display *Updated Query on a Form

    Hi, In my form , there exits a Calculate Button. When user clicks , some calculations are made and outputs are recorded to a Table. I want to display that table/query as a Sub-form ,, but the problem is , Sub-form attached to my main form does not reflect the recent values ( updated values )...
  8. G

    How to find the MAX. Value in 1 record, 12 fields

    Hi, I've got a project dealing with various Decision Making Algorithms. Wondering the VBA code of ; Selecting the MAX. value from a table that has 1 record, which has 12 user-input (integer) attributes . ex: Table tblWgtFactors > Var1 Var2 Var3 Var4 Var5 Var6 Var7 Var8 Var9 Var10 Var11...
Back
Top Bottom