I have a form that displays information from two different SQL databases. One of the fields, well actually several, has a Byte figure within them e.g. 73363456. For display purposes only I would like the txt box to change the value to display MB e.g. 69.96MB. If my calculations are correct that is 73363456 / 1024 / 1024. How would I do this?
Secondly, another field contains processor values, 2387MHz as an example. How would I get this to round it up (or Down) to the value of 2.4GHz
Any suggestions would be gratefully rec'd.
Thank you in anticipation of your prompt helpful responses
Secondly, another field contains processor values, 2387MHz as an example. How would I get this to round it up (or Down) to the value of 2.4GHz
Any suggestions would be gratefully rec'd.
Thank you in anticipation of your prompt helpful responses