Use CanShrink and CanGrow Dynamically in a Report

  • Thread starter Thread starter doxdata
  • Start date Start date
D

doxdata

Can I use CanShrink and CanGrow dynamically by a value in
a column within a report by using the Detail_Format
Subroutine? I haven't been able to find any information
of doing this.
 
Not sure what you meant by "...dynamically by a value in a column within a
report ..." but the CanGrow / CanShrink is a Read/Write Property and the
Detail_Format Event occurs for each row in the Report's RecordSource.
Hence, you should be able to set CanGrow / CanShrink of the Controls for
each row in the Form's RecordSource.
 

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