thechazm
VBA, VB.net, C#, Java
- Local time
- Today, 10:49
- Joined
- Mar 7, 2011
- Messages
- 515
For some reason this function just decided to stop working even though its been working just fine the last 500 records or so.
This is the debug of the values:
(([Personal Number]) = 6113) AND (([Qual Number]) = "BASFIRE_WATCH")
I cannot find any reason why this would happen. Can someone please shed some light please.
Thanks,
TheChazm
Code:
rsATMSQuals.FindFirst "(([Personal Number]) = " & stblAutoNumber(i) & ") AND (([Qual Number]) = """ & AtmsQualsNumber & """)"
This is the debug of the values:
(([Personal Number]) = 6113) AND (([Qual Number]) = "BASFIRE_WATCH")
I cannot find any reason why this would happen. Can someone please shed some light please.
Thanks,
TheChazm