Need to add decimal to field for displaying

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello -

I have a database field containing the value of 2330. I need to display
this as 23.30. The field is display only, I do not want to store this as a
decimal in the database.

I have tried the following:
* Creating a unbound field, with the control source pointing to this field.
The format is currence and I have two decimal places. I get $2330.00, not
quite what I want.
* I did a manual select based upon another field and divided the number
/100. Nothing happened.

Is there anything else I should be trying?
 
Create an unbound textbox and set the source as = me.actualtextbox / 100
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top