i just want to ask how to set the textbox so it will display decimal numbers. Couse now if i read a decimal number from my access database like 0,2 it 开发者_Go百科displays only 0 Tnx for the help!
Check the format options on the text box to make sure it is set to fixed or standard and the number of decimal places is more than 0!
EDIT:
Here is a more verbose answer
- Open the form in design mode
- Make sure the properties window is displayed, if it is not then right click on the control and click on properties
- Go to the “Format” tab, under that tab is a field called “format” and another called “decimal places”
- Alter these so they show “General Number” and “Auto”
That should do the trick
精彩评论