CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Posts
    14

    AccessReport TextBox

    Hi,

    I want to print a report in Access but there's a problem.
    I must fill some TextFields in the report at runtime, but you can access the TextProperty only if the controls does have the Focus, good, but i can't set the Focus to controls in a report.

    I Want to change the TextProperties at runtime in the Report_Open event.








  2. #2
    Guest

    Re: AccessReport TextBox

    The text box should have a controlsource. Set the value in the text box there. However, you must use an expression.
    OR

    you can use a label and set the caption property to whatever you want


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured