Search results

  1. A

    How do I create a report that asks for the user to enter the displayed data?

    I spoke too soon! I tried method one and it returns a value of #name? each time I open the report. I will move on to method two. Thanks again. tony. [This message has been edited by amayer (edited 07-11-2001).]
  2. A

    Probably a simple error.

    You need the null value function which is Nz. I believe that your function would be =Sum(Nz[Invoice Amount 3]). You can look up the Nz function in the help too. Tony
  3. A

    How do I create a report that asks for the user to enter the displayed data?

    I want to create a report which asks the user a series of questions, and which will display the answers in the report. This is for manually creating shipping forms for items which don't need to be in a tablespace anywhere. I have gone the long way with creating query's macro's table's form's...
  4. A

    Count number of items on a report

    I found that I was putting the parens in the wrong place. It works as =(count([item1])+count([item2])). Tony.
  5. A

    Count number of items on a report

    I have a need to count the total of displayed items on a report. I have a total of seven fields which may contain data. They can be null, so the expression needs to be able to handle the null value. I am able to get a total of 0 which I think is because of the null values, but have been...
Back
Top Bottom