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

    Query to select records that dont repeat.

    Hallo, I would like to achive an outcome that returns only values that do not repeat in a column. I have a database with a list of values in a column that are a conbination of driver name and destination. SmithSydney JonesSydney SmithSydney JonesMelbourne SmithSydney JonesMelbourne...
  2. MichMat

    Non US format DATE

    Hi All, Im having real problems with the date formats in VB 2005. Imports System.Globalization Dim auCulture As CultureInfo = New CultureInfo("en-AU") Dim TheDate As DateTime TheDate = DateTime.ParseExact(CurrentDay, "dd/mm/yyyy", auCulture.DateTimeFormat) Im trying to convert a string in...
  3. MichMat

    DBF Query Join?

    Hi All, First post and absolute begginer. I have 2 dbf tables. One has todays drivers and the other has drivers history(ie each past driving job) I want to create a dataset? which has the driving history for each driver engaged today so that I can do some stuff with it. The drivers(today)...

Part and Inventory Search

Back
Top