WyoProgrammer
Technical User
I have written a program that is basically a simple database to manage data pertaining to a coin collection. I am able to use the program but offered it as a shareware program and I am having people experience 'Type Mismatch' errors. I think it is that these users are entering commas in the fields and when the data is stored, the comma is interpreted as another field and everything gets thrown off. Other than limiting all fields so the comma is culled out, how can I handle this problem. I am not an expert programmer, being completely self-taught and this is an issue I just have not been able to resolve properly.