
HELP!! Can the INPUT BOX be sized using VB????
I have a function that is called from an Access 7.0 report in the page
header (from a text box). The function brings up an InputBox to ask the
user if they would like to change the heading before it brings up the
report in preview mode. Whatever they enter is added to the report page
header.
The function must be called FROM the report because I am passing a
report grouping name into the function to include in my DEFAULT heading.
This works fine, the only problem is that the Input Box only allows one
line to display my default heading, which is not very user friendly.
I tried changing the function to open a form I created instead of an
Input Box, but I cannot open a form while the report is in the process
of previewing.
Is there any way to change the size of the Input Box entry line?????
If you can figure this one out--you are a true VB PRO!!