I am accessing ID numbers that have leading zeros (ex. 00500. Whenever I pull the data it prints 500 and not the leading zeros. I have tried using the code...
<%= FormatNumber(rsAddComments("ClassID"),0,1)%>
But it give the error "Invalid procedure call or argument: 'FormatNumber'"
Does anyone know how to fix this....
Thanks...
<%= FormatNumber(rsAddComments("ClassID"),0,1)%>
But it give the error "Invalid procedure call or argument: 'FormatNumber'"
Does anyone know how to fix this....
Thanks...