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 Westi 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

    Thanks for the help. I was just going by what the code tips were so I had to guess.
  2. 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...
  3. TheMaskedPencil

    Email links from Link Labels

    Thanks RiverGuy! I knew it was simple!
  4. 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)?
  5. TheMaskedPencil

    Commas in a SQL statements

    SQL Parameters? Where can I get information on that? I have been looking on Google and there hasn't been really a good explanation of it.
  6. 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