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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TheMaskedPencil

    MIssing variable

    I a trying to send variable using a GET method, but it isn't showing anything (before it was showing an Undefined Variable error, but I turned the error notices). My question is, how do I pass the variable from one page to the other. Here is the code for Text.html <html> <body> <form...
  2. TheMaskedPencil

    Email links from Link Labels

    Is it possible to enter an email link into a link label so that when they click it, it will start up their email program of choice(their default one I mean)?
  3. TheMaskedPencil

    Commas in a SQL statements

    I need to know if it is possible to add a comma into a database field, that is from a string variable. Here is an example. strString = "Here, there and everywhere." "INSERT INTO table ([Field]) VALUES ('" & strString & "')" Every time I run, I get an error message, the comma acts as a...

Part and Inventory Search

Back
Top