Recent content by INCOGNITO MAYDAY

  1. I

    VBA CODE TO SUM 5 FIELDS WITH LOWER VALUES IN ACCESS DATABASE

    Thank you bro, let me check it then ill give you feedback
  2. I

    VBA CODE TO SUM 5 FIELDS WITH LOWER VALUES IN ACCESS DATABASE

    Thats a form that fetch data from a query so it looks exactly as you see it
  3. I

    VBA CODE TO SUM 5 FIELDS WITH LOWER VALUES IN ACCESS DATABASE

    Yes its a report type of form that fetchs data from a query and that query fetchs data from different tables.. Given every student takes every subject listed above
  4. I

    VBA CODE TO SUM 5 FIELDS WITH LOWER VALUES IN ACCESS DATABASE

    STUDENT NAME MATH BIOLOGY PHYSICS CHEMISTRY GEOGRAPHY HISTORY LITERATURE BOTT_5_SUM D TRUMP 96 85 87 91 85 75 65 397 J BIDEN 72 87 94 77 75 95 63 374 K HARRIS 72 75 69 85 73 81 90 370 So I have that access form and I want to put a piece of VBA code behind the form that will select 5...
Back
Top Bottom