I'm having users upload documents to a website by first filling out a form that is submitted to an access database. The database uses autonumber to create the ID number(primary key). An email is sent to the user dynamically creating a link to that particular ID to go back and view the form that was just submitted.
There have been some instances where instead of the link displaying the coreect ID number (ex: http:\\xxx\sales\view_form.cfm?DID=71), it will display a letter instead (ex: http\\xxx\sales\view_form.cfm?DIDq). The first time the error occurred I recieved the letter 'f' instead of the 'q'. I'm confused as to why not even the "=" displays because it is only the ID number that is dynamic. Does anyone know how I can resolve this issue?
There have been some instances where instead of the link displaying the coreect ID number (ex: http:\\xxx\sales\view_form.cfm?DID=71), it will display a letter instead (ex: http\\xxx\sales\view_form.cfm?DIDq). The first time the error occurred I recieved the letter 'f' instead of the 'q'. I'm confused as to why not even the "=" displays because it is only the ID number that is dynamic. Does anyone know how I can resolve this issue?