Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic URL Variables

Status
Not open for further replies.

jenise21

Programmer
Joined
Oct 10, 2001
Messages
1
Location
US
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?
 
sounds werid ... if you show me the code, maybe i could help ....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top