I have a combobox whose Row Source is filled using code like...
strRS = "SELECT DateSerial(Year(BinDate),Month(BinDate),1) AS BinMonth FROM... etc
Once a selection is made, I want it to appear in the combobox as, for example... Oct, 2010
My problem is that it always appears, for example, as 10/1/2010. I can't seem to get the value formatted properly. Using mmm", "yyyy in the format property doesn't seem to have any effect. Any ideas??
thank you
Vicky
strRS = "SELECT DateSerial(Year(BinDate),Month(BinDate),1) AS BinMonth FROM... etc
Once a selection is made, I want it to appear in the combobox as, for example... Oct, 2010
My problem is that it always appears, for example, as 10/1/2010. I can't seem to get the value formatted properly. Using mmm", "yyyy in the format property doesn't seem to have any effect. Any ideas??
thank you
Vicky