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 gkittelson 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: cscs
  • Order by date
  1. cscs

    Using MSComm

    What I am trying to do is to dial a phone number and have the program determine if that number is "busy" or "ringing". I can get the program to dial the number with no problem but to this point I have had no luck in returning anything but the number that is sent to the modem and an "OK"...
  2. cscs

    Calculating days between dates of different records

    Trying to calculate the days between the date field of different records. Example: Field1 Field2 1 11/12/02 2 11/08/02 3 11/06/02 4 11/03/02 Result I want... Field1 Field2 Result 1 11/12/02 4...
  3. cscs

    If..then statement in an update SQL

    Is there a way to incorporate an IF..then statement in an update SQL statement? For example if I wanted to update a date in the db, but I wanted the day to remain the same I would use the IF..then statement as follows: if day(mydate) = day(mydate + 365) then mydate = day(mydate +...

Part and Inventory Search

Back
Top