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
AD for iBGP and eGP routes.
Demoted windows 2003 domain controller log on
thumb drive with AES encryption & substitute for it
VBA Code help
Make Table Query that searches for records that are NOT located in two tables.
ASP/VBScript subtraction problem
Simple 3 column <li>, middle column stretches?
Cisco ME 6500 Ios update
How to undo a selection from being grayed out
Create row based view from several tables.