Can anyone tell my why this isn't working?
Me![dt].top=(1440/2.54)*16.78-[DT Total]*0.4)
I want it so that for every 1 change in [DT Total], a rectangular box [dt]
moves 0.4 units closer to the top.
The 1440/2.54 changes the pixel measurment into cm then the box is moved to a
specific starting point when it is multiplied by 16.78.
Anyways, the numbers are correct for my use, but when [DT Total] changes, the
box dosen't move. It seems like if I try and use + or - it doesn't recognize
it.
Any ideas?
Thanks
--
Message posted via AccessMonster.c om
Me![dt].top=(1440/2.54)*16.78-[DT Total]*0.4)
I want it so that for every 1 change in [DT Total], a rectangular box [dt]
moves 0.4 units closer to the top.
The 1440/2.54 changes the pixel measurment into cm then the box is moved to a
specific starting point when it is multiplied by 16.78.
Anyways, the numbers are correct for my use, but when [DT Total] changes, the
box dosen't move. It seems like if I try and use + or - it doesn't recognize
it.
Any ideas?
Thanks
--
Message posted via AccessMonster.c om
Comment