pr2-eugin
Super Moderator
- Local time
- Today, 16:27
- Joined
- Nov 30, 2011
- Messages
- 8,494
I have a Form which is bound to the Customer table. I have a scenario, in which I have to switich the policy status of the customer to 'Failed' if the customer payment has not been recieved in 15 days from the date of first inception.
So I have used the Form_After_Update event. This works fine, but it requiers me to go into the record and come out everytime, If it needs to be updated.
So I used the on timer event to open the form and traverse from the first record to the last. This does the trick. But takes around an hour to do it, as my table has around 8000 records. Now is there anyway it can be a bit faster? I would appreciate any help. Thanks.
-- Paul
So I have used the Form_After_Update event. This works fine, but it requiers me to go into the record and come out everytime, If it needs to be updated.
So I used the on timer event to open the form and traverse from the first record to the last. This does the trick. But takes around an hour to do it, as my table has around 8000 records. Now is there anyway it can be a bit faster? I would appreciate any help. Thanks.
-- Paul