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 Wanet Telecoms Ltd 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 Yerdon

  1. Yerdon

    First/Last Days in Current Quarter?

    Thank you! That works perfectly!!!
  2. Yerdon

    First/Last Days in Current Quarter?

    Hi Everyone, I am using datename(quarter,getdate()) in order to find the current fiscal quarter. Is there an easy way to get the first and last dates in the current quarter? For example, if today is 8/6/09, then the first date in the quarter would be 7/1/09 and the last date would be...
  3. Yerdon

    How can I validate dates?

    Thanks to both of you. That is EXACTLY what I needed.
  4. Yerdon

    How can I validate dates?

    Hi there, I am processing a table which has been populated over the years with invalid dates in the date fields - don't ask me how. Things like 9/31/2006 and stuff like that. Does anybody know of a select statement that could return a list of the rows with bad dates? Something like: select...
  5. Yerdon

    Call a function from a URL?

    It is not my webpage - I cannot edit the code. It is an external website that I want to link to. Sorry, I should have been clearer. Is it possible? Thank you! Joseph
  6. Yerdon

    Call a function from a URL?

    Hi everyone, Do you know if it is possible to call a Javascript function from a browser URL? There is a page which I'd like to call and automatically press a submit button after entering a value. In other words, instead of going to http://www.test.com/test.asp, entering "hi" and pressing...
  7. Yerdon

    First Day of the Month 3 Months Ago?

    Hi everyone, I need a formula that will return the date of the first day of the month three months ago. So, if this is January, I would need October 1, 2007 to be returned. I'm trying to do this, but it gives me an error: select Month(CurrentDate) case 3 : Date(Year(CurrentDate)-1,12,1)...
  8. Yerdon

    Access Logged in AD User in code?

    Hi Everyone, For ASP-based websites I usually create a login screen and then save the username in a cookie. However, my current project requires Active Directory authentication when the user first goes to the website. So they enter username and password. Taking them to a login page after...
  9. Yerdon

    Single Quotes on my SQL statement

    Hmmm. I hadn't thought about that. I'll flag those in the future. I've gotten good responses in the past...
  10. Yerdon

    Single Quotes on my SQL statement

    Hi everyone, I have a form which submits several fields to another page. This 2nd page then inputs the values into a SQL table. The problem I've run into is that if I use some characters, like a single quote in one of the fields, the SQL will break. I understand why that happens, but how...
  11. Yerdon

    Slow Copy/Paste in Excel

    After checking further it happens in other applications as well. Restarting doesn't seem to help. Can the clipboard have gotten messed up? What kind of insidious thing were you thinking? :) JD
  12. Yerdon

    Slow Copy/Paste in Excel

    My Excel program started acting funny on Friday. When I go to copy a cell or cells, it slows down really slow, and takes 10 to 15 seconds to complete the process. Then if I paste, it takes another 10 to 15 seconds to do that. I can edit cells, delete and add rows and columns, and do...
  13. Yerdon

    Terminal Server and Daylight Savings!

    Thank you! That was it! Some of our remote users didn't have the patch...
  14. Yerdon

    Terminal Server and Daylight Savings!

    Hi Everyone, Does anybody know what we can do on a 2003 Terminal Server which keeps changing the time every time somebody logs in? Apparently it has something to do with the Daylight Savings issue. Maybe some of the people logging in have 2000 machines... Either way, what happens is that...
  15. Yerdon

    AJAX from Inside an IFrame?

    Here is the correct attachment.http://www.faith21.org/Test.zip

Part and Inventory Search

Back
Top