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 TouchToneTommy 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: *

  • Users: loner
  • Order by date
  1. loner

    Not allow user to see the link is from another site.

    Hi Ian, I know about this, and I wouldn't use another website in this way if our company didn't own both websites. But, thanks for advice :) -Loan
  2. loner

    Not allow user to see the link is from another site.

    I have somewhat a newbie question. I'm not a web developer, I'm a database administrator. I'm creating this webpage, and I have links to our other website. What I want to do is make it so when they click on the link, they don't see that it's coming from a different website, I want to make it...
  3. loner

    SQL Statement to extract more than one line?

    Thank you, DrJavaJoe, that worked :)
  4. loner

    SQL Statement to extract more than one line?

    Yeah, that does work, but for some reason, it's giving me a list of 1500 emails. Here's the query: SELECT panalists.EMAIL FROM panalists WHERE (((panalists.EMAIL)="02sandhsegurity@prtc.net" or "lt705@hotmail.com")); Any idea?
  5. loner

    SQL Statement to extract more than one line?

    That does work, but I'm looking to extract both e-mails at one time, not one or the other.
  6. loner

    SQL Statement to extract more than one line?

    I want to extract many e-mails from this Access database, but I get an error or it doesn't extract properly every time I run the script. This one runs fine: SELECT panalists.EMAIL FROM panalists WHERE (((panalists.EMAIL)="02hsegurity@prtc.net")); But this one fails: SELECT...

Part and Inventory Search

Back
Top