Microsoft
Software
Hardware
Network
Question : Remove space from textbox automatically
Hi,
I have a post code lookup textbox, but my database stores the postcode without a space, I need some code which will check and remove the space automatically if one exists before the DB lookup is performed.
Can anyone help me?
Thanks
Answer : Remove space from textbox automatically
Try using Replace.
Dim strPostCode As String = "98532 55 322"
strPostCode = strPostCode.Replace(" ", String.Empty)
Random Solutions
Excel 2007 records imported into Access 2007 are out of order
xyz..SchemaName.TableName
Count total amount with sumproduct
Excel Looping on Userform
sendmail installation error
IIf - why is it evaluating both responses?
edit php.ini
Escaping Characters in a SQl Server 2008 Script
Exchange / domain Setup 2003
Help me understand why one code is better than the other.....