Quote Originally Posted by Shaggy Hiker View Post
Why are you focusing on First Name? There are other fields that seem more likely. After all, you are using the .Text property of a datetimepicker. That may be totally wrong for a date field depending on how you have the DTP set up.. Another likely issue is if you have any Boolean fields in there. You are also blindly accepting some obvious numeric fields as strings. That probably won't cause you too much trouble, but it could in some cases. The final location that looks like it could be an issue is the imagedata field. As long as that's a BLOB field, all should be well, but it's also an easy one to screw up.
I'm not focusing on Firstname Field ,but any other field in the form ,I have checked and it does not contain any more numbers,spaces,or characters in the text fields,and if that was the case it would never been stored in the database in the first place,but as you said DTP and Imagedata field,they can be trouble for sure.