adamsoderqvist
Programmer
Hi,
this might be more of a database question, but hey... ;=)
When I get my info from a DB (I use Access) and want to read it into a textbox, like:
<INPUT TYPE=TEXT NAME=MyText VALUE=<%=objRS("MyInfo"
%>>
it dont pick up more than the FIRST WORD - if there are more words than one in the cell, that is.(else there's no problem!). (And yes, it does get the whole information from the cell. I know this since I've printed the query in regular text, and there's no problem then!)
Why is this - and what to do about it?
//Thanx
this might be more of a database question, but hey... ;=)
When I get my info from a DB (I use Access) and want to read it into a textbox, like:
<INPUT TYPE=TEXT NAME=MyText VALUE=<%=objRS("MyInfo"
it dont pick up more than the FIRST WORD - if there are more words than one in the cell, that is.(else there's no problem!). (And yes, it does get the whole information from the cell. I know this since I've printed the query in regular text, and there's no problem then!)
Why is this - and what to do about it?
//Thanx