Search results

  1. F

    Multiple Criteria in DSum expression

    I am currently programming a report that needs to spit out all of the money paid to a specific client. The Dsum function I used was: =DSum("CashforVisit","Financials","Financials.SSN= " & [SSN]) Which worked excellent. However, I need a way to add another criteria to the DSum function...
  2. F

    Tricky Table formatting

    I am currently having some trouble designing a table for a specific problem at my work. Here is the capability I am looking for: 1 Patient name, up to 5 tests (number of tests and name of test need to be adjustable variables), and test scores for each test for up to 21 weeks. The form would...
Back
Top Bottom