access text box value on the report

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

Is it possible to access text box value on the report?

i would like to do some action for some value of the field value and
tried to access on report open, but I got error message that there is
no value for the expression.


Are there any work around?
Should I access the value on the form only?


Your information is great appreciated,
 
Is it possible to access text box value on the report?

i would like to do some action for some value of the field value and
tried to access on report open, but I got error message that there is
no value for the expression.

Are there any work around?
Should I access the value on the form only?

Your information is great appreciated,

Well, to answer your question... probably Yes, but you are very
cryptic with information here.

You haven't told us any specifics, so it's very difficult to go any
further with a reply.
What was the exact expression?
Where does the data come from?
What is it you are trying to do with it?
Did you try the Report's Report Header format event?
The Report Open event is usually too early to access data from any
control on the report.
 
Back
Top