width - Access 2007

R

Rick Allison

I'm having problems with Access 2007 and wondered if anyone has a clue.

I have this code in the detail section of a report

With Me.rsubResultSheetFaults
.Visible = True
.Left = 1440 * 0.0417
.Top = 1440 * 0.0417
.Width = 1440 * 1.6674
End With

In Access 2000, 2002 and 2003 it works but in Access 2007 the width property
causes the report to hang, it never displays, and I have to kill Access.
When I comment out or delete the .Width property the report works just fine.

Is there some quirk with Access 2007 and the .Width property.

Thanks,

Rick
 

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