evanscamman
Registered User.
- Local time
- Yesterday, 17:20
- Joined
- Feb 25, 2007
- Messages
- 274
Is there any way for a user to be able to type a formula into a numeric field?
I want to type: "9/16" or "=9/16" into a numeric text box and have it instantly converted into decimal equivalent. ("0.5625")
The control is bound to a numeric field, and Access doesn't allow non-numeric symbols. I can't find any way to allow VBA to take the user entry and solve to numeric format before the data police strike.
Any ideas?
Thank you,
Evan
I want to type: "9/16" or "=9/16" into a numeric text box and have it instantly converted into decimal equivalent. ("0.5625")
The control is bound to a numeric field, and Access doesn't allow non-numeric symbols. I can't find any way to allow VBA to take the user entry and solve to numeric format before the data police strike.
Any ideas?
Thank you,
Evan