SonicClang
Registered User.
- Local time
- Today, 14:45
- Joined
- Oct 14, 2008
- Messages
- 16
The topic of decimal places seems to come up a lot, which I realized after an extensive use of the Search tool. After reading countless threads on the subject, I'm almost certain this question has never been asked here, or my situation is actually unique.
I have a much longer back story of what I'm working on that I typed up but then extremely truncated so I get more to the point.
On a form, I have VBA code setting the decimal places of two text fields. Everything looks great on the form, but when I send the values to the table, the decimal places disappear if they're zeros. If you need me to explain why 1.000 isn't the same as 1, I can. The question is, how do I send the values as they're being displayed on the form, to the table.
I have a much longer back story of what I'm working on that I typed up but then extremely truncated so I get more to the point.
On a form, I have VBA code setting the decimal places of two text fields. Everything looks great on the form, but when I send the values to the table, the decimal places disappear if they're zeros. If you need me to explain why 1.000 isn't the same as 1, I can. The question is, how do I send the values as they're being displayed on the form, to the table.