Search results

  1. 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...
  2. 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 )...
  3. 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