Magger
New member
- Local time
- Tomorrow, 07:39
- Joined
- Feb 9, 2025
- Messages
- 9
Hi gurus,
I have a access database frontend that books in laboratory samples. The booking system create records for the sample. The sample often has multiple replicates.
During record creation, I have found (not very often I might add) that on occasion the records entered don't start at 1.
eg
expected behaviour- record entry for a replicate count of six should be: 1,2,3,4,5,6.
odd observation - record entry for a replicate count of six: 2,3,4,5,6,1
I have attached the sub that create the record entries in the db. I'd be chuffed if someone could hint at what might cause this.
This isn't a show stopper, as I can remedy directly in the recordset. However, if my staff are completing this activity they won't be able to fix it.
regards
Magger
I have a access database frontend that books in laboratory samples. The booking system create records for the sample. The sample often has multiple replicates.
During record creation, I have found (not very often I might add) that on occasion the records entered don't start at 1.
eg
expected behaviour- record entry for a replicate count of six should be: 1,2,3,4,5,6.
odd observation - record entry for a replicate count of six: 2,3,4,5,6,1
I have attached the sub that create the record entries in the db. I'd be chuffed if someone could hint at what might cause this.
This isn't a show stopper, as I can remedy directly in the recordset. However, if my staff are completing this activity they won't be able to fix it.
regards
Magger