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
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