A
Angi
This should be real simple but I don't understand the result so I can't
figure out the answer.
Three text fields: Height, Width and Size
The afterupdate event for Width is:
me.size = me.height & " X " & me.width
Height=54
Width=30 (doesn't seem to matter what # this is, result the same)
Size= 54 X 4020 (should obviously be 54 x 30)
Can someone tell me why it's doing this??
TIA!
figure out the answer.
Three text fields: Height, Width and Size
The afterupdate event for Width is:
me.size = me.height & " X " & me.width
Height=54
Width=30 (doesn't seem to matter what # this is, result the same)
Size= 54 X 4020 (should obviously be 54 x 30)
Can someone tell me why it's doing this??
TIA!