Search results

  1. T

    Grouping Reports

    Can anyone help? Im trying to create a report which will be grouped by Company and will display the Products for that company. This report needs to be on a seperate page for each Company. For example the: Header: will contain the Company information. There will be 1 report for each...
  2. T

    Opening a Report (including a where statement with a crosstab query)

    Can anyone help me? Im using the DoCmd.OpenReport comand with a where statement that changes depending on options chosen by the user. This works fine with normal select queries, but when I the report has a Crosstab query I get the following error message: Run-time error '3070': The Microsoft...
  3. T

    Filling A Text Box on a report

    Hi Im sure there is a really simple answer to this, but I can't seem to get it right. All I want to do is put a text box on a report and fill it with a value when I open the report. but when I try to do it I get Runtime Error 2448, which says that it be in read only. But I can't seem to...
  4. T

    Returning Values from a Sub/Function

    Hi, I have a question that hopefully someone will be able to answer. I am just starting to write some code in Access 97 and I am trying to create a function that I can call, which returns a value depending on an integer that is given when the function is called. But I can't work out how to...
Back
Top Bottom