K
Kelvin Beaton
I'm using Access as the front end and MS SQL on the backend.
I have a combo box that pulls from an sql table called tbl_activitytime.
The data type in SQL is float currently, and my list looks like 1, 1.25,
1.5, but I want it to look like 1.00, 1.25, 1.50......
I tried formatting the combo box to #.##, I also choose 2 decimal places and
entered an input mask of #.## but no luck
So what's the right way to do this?
Thanks
Kelvin
I have a combo box that pulls from an sql table called tbl_activitytime.
The data type in SQL is float currently, and my list looks like 1, 1.25,
1.5, but I want it to look like 1.00, 1.25, 1.50......
I tried formatting the combo box to #.##, I also choose 2 decimal places and
entered an input mask of #.## but no luck
So what's the right way to do this?
Thanks
Kelvin