R
reinumag
Hi.
Kind of a stupid situation, but I need to scroll through some 10000
records of a form, to calculate some values for them.
I cannot do it simply by going through a recordset with VBA code, as
the data relations are quite complex and it would need a lot of coding.
I tryed to automatize the scrolling process by using DoCmd.GoToRecord ,
, acNext or .movenext in the Form_current sub.
These things work well for some 300 records, and then crash. But when I
am simply keeping mouse down on the original access navigation button,
and scrolling the records, no errors appear (just needs 15 minutes of
waiting to get till the other end..)
So what am I missing out here? Why do the original navigation buttons
work and the code fails? If anybody knows a way how to simulate the
navigation button click in a more reliable way, any ideas would be
appreciated.
Tnx,
Reinumag
Kind of a stupid situation, but I need to scroll through some 10000
records of a form, to calculate some values for them.
I cannot do it simply by going through a recordset with VBA code, as
the data relations are quite complex and it would need a lot of coding.
I tryed to automatize the scrolling process by using DoCmd.GoToRecord ,
, acNext or .movenext in the Form_current sub.
These things work well for some 300 records, and then crash. But when I
am simply keeping mouse down on the original access navigation button,
and scrolling the records, no errors appear (just needs 15 minutes of
waiting to get till the other end..)
So what am I missing out here? Why do the original navigation buttons
work and the code fails? If anybody knows a way how to simulate the
navigation button click in a more reliable way, any ideas would be
appreciated.
Tnx,
Reinumag