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...
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...
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)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.