Alright... I'm no programmer. I dabble in Excel and Access VB but that's about it. Recently my users demanded a calculator for my database and found one on MVPS.org (http://www.mvps.org/access/resources/downloads.htm). That works just fine... but it sparks a thought...
Many of you are probably familiar with CSE (CTRL+SHIFT+ENTER) functions in Excel. I was thinking it would be a MIRACLE to have a similar functionality in Access. Yet, I have no idea how to do it... moreover, since it's not a necessity for my work I thought perhaps it would be better to post the idea as a challange and see if anyone wants to take a stab at it.
Here's the callenge:
1) Create the ability to enter a calculation string in a numeric field "(3*4*1.5)/12" (or perhaps in a popup next to the field)
2) After a user types in the string (which would normally be an unacceptable input for a numeric field), the user would then activate the following Hotkey sequence "CTRL+SHIFT+ENTER"
3) The result of the entered equation (1.5) would be entered into the field as the field's value.
To me, this seems possible... if the ability exists to create a calculator I would think that this may be possible as well. But who knows!
Also, I realize no one wants to confuse users into thinking that equations are stored in access... I'm thought a simple popup window or something of the like would solve that.
So... if anyone out there wants a challenge here you go! Unfortunately, there is no prize... other than the shear gratification of solving a long standing annoyance and obstacle new Access users seem to have.
Many of you are probably familiar with CSE (CTRL+SHIFT+ENTER) functions in Excel. I was thinking it would be a MIRACLE to have a similar functionality in Access. Yet, I have no idea how to do it... moreover, since it's not a necessity for my work I thought perhaps it would be better to post the idea as a challange and see if anyone wants to take a stab at it.
Here's the callenge:
1) Create the ability to enter a calculation string in a numeric field "(3*4*1.5)/12" (or perhaps in a popup next to the field)
2) After a user types in the string (which would normally be an unacceptable input for a numeric field), the user would then activate the following Hotkey sequence "CTRL+SHIFT+ENTER"
3) The result of the entered equation (1.5) would be entered into the field as the field's value.
To me, this seems possible... if the ability exists to create a calculator I would think that this may be possible as well. But who knows!
Also, I realize no one wants to confuse users into thinking that equations are stored in access... I'm thought a simple popup window or something of the like would solve that.
So... if anyone out there wants a challenge here you go! Unfortunately, there is no prize... other than the shear gratification of solving a long standing annoyance and obstacle new Access users seem to have.