Hi,
I made a program which calculate sums let say money in the bank.
The form is like that
date sum sub Total
1/1/00 100 100
2/1/00 -30 70
3/1/00 5 75
etc.
In the report I have no problem to show the sub total but in the form I had to use VB procedure which works OK but I have tried it with 10,000 records and it took long time.
Is there any code which I can put in the Sub Total TextBox to calculate it faster?
(Access 2000)
Thanks Arye
I made a program which calculate sums let say money in the bank.
The form is like that
date sum sub Total
1/1/00 100 100
2/1/00 -30 70
3/1/00 5 75
etc.
In the report I have no problem to show the sub total but in the form I had to use VB procedure which works OK but I have tried it with 10,000 records and it took long time.
Is there any code which I can put in the Sub Total TextBox to calculate it faster?
(Access 2000)
Thanks Arye