Hi all:
What is wrong with my statement here:
<INPUT type=""text"" id=CCN Name=CCN value= " & GetCCNum & ">
GetCCNum is a function which would spit out
('1849','0903')
When I have one GetCCNum value the textbox works fine but when more then one goes in the textbox just carries one of the values.
It will capture the first value for example:
the textbox will show
('1849',
Please help...
Thanks
What is wrong with my statement here:
<INPUT type=""text"" id=CCN Name=CCN value= " & GetCCNum & ">
GetCCNum is a function which would spit out
('1849','0903')
When I have one GetCCNum value the textbox works fine but when more then one goes in the textbox just carries one of the values.
It will capture the first value for example:
the textbox will show
('1849',
Please help...
Thanks