Hard Light Productions Forums
Off-Topic Discussion => General Discussion => Topic started by: Flipside on April 04, 2008, 12:31:46 pm
-
I didn't choose to use them, don't blame me.
I'm writing an application for part of my work project and I'm having a problem, basically, I have a field in Access called 'ContactName', which contains the entire name of a contact, the problem is that, should I use Response.Write to view the contents of that field in an ASP script, it works fine, but if I try to apply that data as the contents of a Form, i.e. creating an online document for editing said data, it stops at the first Space symbol.
I knew it did this for field-names, that makes sense, but it makes no sense at all that it should do it for 'Text' style data itself.
Is there any way around this, or should I think about dividing up the Contact Names into First and Second name, which is, to be honest, pointless from a data-access point of view, and actually creates more work later during more complex searches.
Any hints would be appreciated ;)