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 Chriss Miller 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: Vector01
  • Content: Threads
  • Order by date
  1. Vector01

    Convert text field to Datetime

    I have a txt field in an SQL table that I nned to convert to datetime but I need to make it in a date format. This is what I have now: 10081918 this is what I need it to be 1918/10/08. I tried using this but MId is not a recognized function. UPDATE ad1001 SET ad1001.dob = Right([DOB],4) &...

Part and Inventory Search

Back
Top