lonechicken
Programmer
Normally, all I'd have to do is replace doublequotes, carriage returns, etc. with HTML tags and insert that result into the database.
The problem here is, with this Access database I'm working with, the people will be using it for other purposes as well, not just web displaying. So a br tag or &qu quote type tags will look like junk in non-web usage.
How do I insert into the database, a " when it usually cuts off the rest of the textfield?
ie.
This is my "Test Title"
...is entered into a Title text field. If I don't convert it, it looks like...
This is my
...in the database.
The problem here is, with this Access database I'm working with, the people will be using it for other purposes as well, not just web displaying. So a br tag or &qu quote type tags will look like junk in non-web usage.
How do I insert into the database, a " when it usually cuts off the rest of the textfield?
ie.
This is my "Test Title"
...is entered into a Title text field. If I don't convert it, it looks like...
This is my
...in the database.