Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JohnWoo

  1. JohnWoo

    Submit form with <enter> key

    I have 2 input fields and 1 image "GO" on a form. When I hit enter it should submit the form, but it doesn't. Can someone help me here?
  2. JohnWoo

    Access Database Connection

    I can't establish a database connection between asp files and ms-access database... Can anyone help me with this code? <% //***************** //GENERAL FUNCTIONS //***************** //open the db connection function dbOpen() { var db = Server.CreateObject(&quot;ADODB.Connection&quot;)...
  3. JohnWoo

    append to existing data

    Thanks!!! I've another question. How do you remove the dash in a phone number? For example +(222) 222-xxxx I want to change it to +(222) 222 xxxx
  4. JohnWoo

    append to existing data

    How do you add brackets to existing phone numbers? For example 222 222-xxxx. I want to change it to +(222) 222-xxxx. I want the first 3 numbers in +().
  5. JohnWoo

    append to existing data

    Hi.. This is useful, but can you tell me what the <field name> stand for in your code update <tab_name> set <field> = '1'+<field name> where char_length(mon1) = 3

Part and Inventory Search

Back
Top