Evening all,
its been a while since ive been here and yet again i need your help.
I have a form listing a number of employees, using a unique employee ID number.
At the moment when i want to update their records with user preset data the user just double clicks the employee ID number.
I want to speede this up by adding a true false check box and a command button. when the user clicks teh command button it would update the records for those users with teh check box set to true.
I want the records to be updated as quickly as possible. The only method i can remember is by cycling through the underlying table until each employee ID is found then update it. There are approx 1500 employees so if i want to update 10 of them it will take a while cycling through the table to find the matching records.
could sopmeone please remind me how i can directly update the record without cycling through the table ( using a loop that starting at the first record and moving onto the next record at each iteration of the loop).
The database is currently in access 2000
Ive had a look at previous posts but cant seem to find anything that will help.
thanx in advance
Ian
its been a while since ive been here and yet again i need your help.
I have a form listing a number of employees, using a unique employee ID number.
At the moment when i want to update their records with user preset data the user just double clicks the employee ID number.
I want to speede this up by adding a true false check box and a command button. when the user clicks teh command button it would update the records for those users with teh check box set to true.
I want the records to be updated as quickly as possible. The only method i can remember is by cycling through the underlying table until each employee ID is found then update it. There are approx 1500 employees so if i want to update 10 of them it will take a while cycling through the table to find the matching records.
could sopmeone please remind me how i can directly update the record without cycling through the table ( using a loop that starting at the first record and moving onto the next record at each iteration of the loop).
The database is currently in access 2000
Ive had a look at previous posts but cant seem to find anything that will help.
thanx in advance
Ian