Section (Detail) width

  • Thread starter Thread starter DP
  • Start date Start date
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?
 
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.
 

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