Re: Can I read the value of a textbox control on a report?



On Wed, 4 Jan 2006 18:55:16 -0500, "Ken Snell"
<kthsneisllis9@xxxxxxxxxxxxxxxxxx> wrote:

>Because a report is "built" sequentially, it all depends upon where the
>textbox is located and what its control source is -- assuming that we're
>talking about code within the report. So, it can be unreliable depending
>upon when and where you're trying to read it.
>
>You'll likely have better results if you read the value of the field to
>which the textbox is bound.
Sounds like a plan to me. What syntax do I use to do exactly that?
Obviously, not Me!BlahBlahBlah.
.



Relevant Pages

  • Re: =Now() Function in Footer
    ... copy and paste into the control source property of the ... textbox and it's still producing an error. ... Did you use square brackets around "Enter Report ...
    (microsoft.public.access.reports)
  • Re: Cant put date on report
    ... a Control source that says =Nowor =Date. ... >stores the Date and Nowstores the Date and Time. ... >> at the bottom of the report. ... I added a textbox with the ...
    (microsoft.public.access.reports)
  • Re: Calculating or making a formula work automatic
    ... I did all the changes on a copy of the database I took home. ... You only can make a report from a querry or a table. ... > Report textbox as you're using in the Form textbox; ... > that you need for a textbox control source; ...
    (microsoft.public.access.gettingstarted)
  • Re: Test for EOF in Report Group Footer
    ... Add a textbox to the detail section of your report. ... Control Source: =Count ... labels in the footer after the last group prints. ...
    (microsoft.public.access.reports)
  • Re: Summing Text Box
    ... >I'm guessing that the textbox showing this is in the ... >StaffTotal are fields in the report. ... >Below the Control Source set the Running Sum to Over All. ...
    (microsoft.public.access.reports)