|
-
September 20th, 1999, 03:49 AM
#1
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.
-
September 20th, 1999, 11:27 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|