G
Guest
I have a form with a tabstrip on it. The tabstrip opens various subforms and
such. One of my subforms is not acting right. The source table is a query
that returns an ordered set of records with two fields: Question, Response.
Both fields are memo fields with an indeterminate amount of data in them. It
is used as a script or Q&A bank. In the form I have the fields set to
auto-grow and shrink. This seems to only take effect when printing the form
though.
I want the form to be able to display the complete data in each record, no
matter how long it is. Is it possible to either put a print preview in a form
on the screen? Another possibility would be to include a sub-report in the
form in this place, but I cannot seem to find where this is even possible.
Once I get the data to display correctly, I would then add code to change
the exact data displayed by changing the underlying query and then refreshing
and/or requerying.
Thank you in advance for any help you can provide. I have learned a lot from
just reading other's posts on this forum.
Regards,
Keith
such. One of my subforms is not acting right. The source table is a query
that returns an ordered set of records with two fields: Question, Response.
Both fields are memo fields with an indeterminate amount of data in them. It
is used as a script or Q&A bank. In the form I have the fields set to
auto-grow and shrink. This seems to only take effect when printing the form
though.
I want the form to be able to display the complete data in each record, no
matter how long it is. Is it possible to either put a print preview in a form
on the screen? Another possibility would be to include a sub-report in the
form in this place, but I cannot seem to find where this is even possible.
Once I get the data to display correctly, I would then add code to change
the exact data displayed by changing the underlying query and then refreshing
and/or requerying.
Thank you in advance for any help you can provide. I have learned a lot from
just reading other's posts on this forum.
Regards,
Keith