growing a report for me.print statments

  • Thread starter Thread starter James
  • Start date Start date
J

James

how can i get my report to automaticly grow depending on how many lines of
text i print using ME.PRINT() statment?
access 97.
 
I'm thinking you can't without setting control source of a control to some
expression that causes the report section to grow.
 
James said:
how can i get my report to automaticly grow depending on how many lines of
text i print using ME.PRINT() statment?
access 97.


Use more sections?

Use Me.NextRecord = False

Provide more information so we can try to be more specific.
Is this an unbound report?

The Print method is not a function, it doesn't use ()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top