Search results

  1. D

    Sort a form using multiple fields

    I am definitely a newbie when it comes to Access, but I do have a small data base with a couple of tables and one form. The form contains all the fields in the primary table, which I can sort by using two fields (lname, fname). I can sort information in the Form on only one field...
  2. D

    Trimming fields in report format

    I maintain a database of golfers and I would like to output a membership roster. When setting up the format in the design view, I line the fields on the grid as closely as possible, but I still get a lot of space between, say, last name, first name. I.e., The output is JONES, David J...
  3. D

    Sum a column

    I have a report that list individuals, amount paid, date paid, etc. I would like to sum the column amount paid. In getting a Count, I created a text box in the footer section of the report and entered =Count(*). That works fine, but when I creat a text box and enter =sum(amount Paid), I get...
Back
Top Bottom