P
Plumdodge
I am trying to set the the distance for the boxGrowForDate from the left with
the following expression. The control however never moves as though the
Parentheses portion returns zero. Do I have a syntax error?
Me.ScaleMode = 5 'Inches
sngFactor = Me.boxMaxDays.Width / mintDayDiff ''4.2/5 = .82 ''
Me.boxGrowForDate.left = Me.boxMaxDays.left + (intStartDayDiff * sngFactor)
Thanks for any advice!
the following expression. The control however never moves as though the
Parentheses portion returns zero. Do I have a syntax error?
Me.ScaleMode = 5 'Inches
sngFactor = Me.boxMaxDays.Width / mintDayDiff ''4.2/5 = .82 ''
Me.boxGrowForDate.left = Me.boxMaxDays.left + (intStartDayDiff * sngFactor)
Thanks for any advice!