Hello. I'm working in a microsoft DAP (office 2000).
My users want to be able to go to a certain number in the DAP. Basically, it says 1 of 300 at the bottom. Is there a way a user can type in 40 and it goes to record 40 and then says 40 out of 300 at the bottom.
Just to show you how desperate i am... I did a for loop:
for i = 0 to txtFilterNo.value
MSODSC.CurrentSection.DataPage.MoveNext
next
yea, not too good. Because once you are at record 40, and you do it again, it'll advance 40 more records and say 80. Yea, i need help!!! Thanks alot guys!!!
Paul
My users want to be able to go to a certain number in the DAP. Basically, it says 1 of 300 at the bottom. Is there a way a user can type in 40 and it goes to record 40 and then says 40 out of 300 at the bottom.
Just to show you how desperate i am... I did a for loop:
for i = 0 to txtFilterNo.value
MSODSC.CurrentSection.DataPage.MoveNext
next
yea, not too good. Because once you are at record 40, and you do it again, it'll advance 40 more records and say 80. Yea, i need help!!! Thanks alot guys!!!
Paul