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
 

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

Top