using vba to alter detail section height is it possible?

A

a

Hello,

in Access 2000 is it possible to alter the height of the detail section to a
fix height at run time using VBA? we want the header and footer to be small
but to always have the main detail section a fixed height
 
A

a

Hello,

i figured it out, changed the height in the report_open event using this
code:

me.section(acdetail).height= 6500

i
 
Top