Where to find my where clause?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working with access 97. Which is the first event in the report that will
receive the Where Clause value passed in by DoCmd.OpenReport,….WhereClause
from a form? And what is the property name?
Some one has told me that in 97 OpenArgs is not available in report. I tried
to set a break point in many events on code that will read into this
“property†(Filter, tag?), but could not figure it out.

The reason I am after the first event is that I want to do some data
manipulations according to the business rules before the data binding happen.

Thanks!
 
No event "receives" that information: it's used by Access to restrict the
recordset that's passed to the report.

I don't believe it's possible to determine what was passed to the report in
this way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top