nurLove2022
New member
- Local time
- Today, 08:35
- Joined
- Jan 22, 2024
- Messages
- 1
I am working on a student management database system(SMDS). On a separate project I made a subroutine to rank students based on total score. After successful test, I copied this code and added it in to the SMDS. After running the code it threw this error "item not found in this collection". Tracing through the code I found out that the field name in the SMDS was different from the one I used in the module test. So I fixed the issue by replacing the correct field name.