WHERECondition in a report.

R

rum23

Is it possible to retreive the "WHERECondition" that is set in OpenReport()
command? Is so, how do I do this? I want to retrieve this on the report
OnOpen() event.


Thanks
 
K

Ken Snell \(MVP\)

Try reading the report's Filter property. That is where the WHERE clause is
stored for the report's filtering capability.
 

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

Top