formulas in Access

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

Guest

I have a formula set up to calculate GPA for students. When I put points in
the field, it changes up to the next whole number. For example, 1.2 will
become 2. How can I set this field to leave the number exactly as typed?
Thanks!
 
Cookie said:
I have a formula set up to calculate GPA for students.
How can I set this field to leave the number exactly as typed?
Thanks!


Sounds like you have the fieldsize set to Integer or Long Integer. Try
setting it to Single or Double instead and make sure you allow more than 0
decimal places in both the table and in the controls on the forms used to
enter and display your data.
HTH
Mike

--
Mike Pippins

"We have met the enemy and he is us." -- Pogo Possum

Message posted via AccessMonster.com
 

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