Section (Detail) width

D

DP

Can someone help me with what seems like a simple question?

Is there no way of getting and/or setting the section width of a form?

This kind of code:

Me.Section(acDetail).height

will get you the height measurement in twips.

But how can you get (and then set) the width?

Is there no built in code for Me.Section(acDetail).width?
 
F

fredg

Can someone help me with what seems like a simple question?

Is there no way of getting and/or setting the section width of a form?

This kind of code:

Me.Section(acDetail).height

will get you the height measurement in twips.

But how can you get (and then set) the width?

Is there no built in code for Me.Section(acDetail).width?

The Section width is the same as the Form Width.
Check the Form's property sheet, Format tab.
 
Top