H
Haroon
hi
my data from combobox comes from access database and also gets populated in
textboxes, however, i have a date field in ms access which displays date as
10/02/2009 (10th feb 2009) but when i format it to display as 10 february
2009 in the textbox it shows as 02 october 2009
the code is:
TextBox8.Value = ComboBox1.Column(2)
TextBox8.Value = Format(TextBox8.Value, "dd mmmm yyyy")
anyone knows why it displays wrong date?
thanks.
my data from combobox comes from access database and also gets populated in
textboxes, however, i have a date field in ms access which displays date as
10/02/2009 (10th feb 2009) but when i format it to display as 10 february
2009 in the textbox it shows as 02 october 2009
the code is:
TextBox8.Value = ComboBox1.Column(2)
TextBox8.Value = Format(TextBox8.Value, "dd mmmm yyyy")
anyone knows why it displays wrong date?
thanks.