Discussion on:

Message 4 of 6
0 Votes
+ -
RE: Keep users up to date with an Access form marquee
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
15th Sep 2008