This is what im trying to acheive
ComboBox.DataSource = ds.Tables(0)
ComboBox.DisplayMember = Format("CollumnName", "dd/MM/yyyy")
ContractDate.SelectedIndex = -1
where collumnname is of time date/time in access.
i want to display just the date and not the time
ComboBox.DataSource = ds.Tables(0)
ComboBox.DisplayMember = Format("CollumnName", "dd/MM/yyyy")
ContractDate.SelectedIndex = -1
where collumnname is of time date/time in access.
i want to display just the date and not the time