Search results

  1. L

    Passing SQL statment into recordsource for a report

    I have a report that will be used to display different data but in the same format. I have successfully created a report that will dynamically change the controls (field names, data sources, etc) based on the fields brought in by various crosstab queries. I wanted to go one step further and...
  2. L

    Null value in query

    I'm sure the answer to this is simple, but i can't see the wood for the trees. I have several fields in an access query that i am passing parameters values to through VBA. I use the following statement in the criteria field of the query to check if the value passed is null IIf([oper] Is...
Back
Top Bottom