itsalesguru
New member
- Local time
- Yesterday, 22:33
- Joined
- Jan 27, 2009
- Messages
- 6
have a employee database table with four columns
1. LastName
2. FirstName
3.employeeID
4.DocumentType
So each employee is one or more times in the table, but not all the rows have the Employee ID in them.
I want to find the empty field, then check the Lastname and firstname and compare it with immediatly the above row and below row, if find at least one match then copy the employee ID form matched row to the empty filed??
table has 80,000 entries!
1. LastName
2. FirstName
3.employeeID
4.DocumentType
So each employee is one or more times in the table, but not all the rows have the Employee ID in them.
I want to find the empty field, then check the Lastname and firstname and compare it with immediatly the above row and below row, if find at least one match then copy the employee ID form matched row to the empty filed??
table has 80,000 entries!