In Access 2007 I find this code generates an error.
Run-time error '2100':
The control or subform contrl is too large for this location
Try this:
If Label24.Left InsideWidth Then
Label24.Left = Label24.Left + 20
Else
Label24.Left = 0
End If
Discussion on:
Message 4 of 6

































