Recent content by mattster2020

  1. M

    Adding total of columns, row by row

    Thanks dude, that gave me the idea for the following, this has to be used in the control source of the textbox: =sum([Monday])+([Tuesday])+([Wednesday])+([Thursday])+([Friday]) Cheers, Matt
  2. M

    Adding total of columns, row by row

    Good Morning, I have a subform that holds data of hours worked for each day, for example: Monday Tuesday Wednesday Thursday Friday Total 8 8 8 8 8 8 8 8 8 8 I would like to know how to tally up...
Back
Top Bottom