A Allen Browne Aug 14, 2006 #2 A simple solution might be: Call Shell(fReturnSysDir() & "\calc.exe") where the fReturnSysDir() is available here: http://www.mvps.org/access/api/api0010.htm If you want to type a calculation into a text box and have Access evaluate it, see help on Eval().
A simple solution might be: Call Shell(fReturnSysDir() & "\calc.exe") where the fReturnSysDir() is available here: http://www.mvps.org/access/api/api0010.htm If you want to type a calculation into a text box and have Access evaluate it, see help on Eval().
A Arvin Meyer [MVP] Aug 14, 2006 #3 I use this: http://www.accessmvp.com/Arvin/CalculatorDemo.zip or this: http://www.datastrat.com/Download/popCalc.zip Terry Kreft has a nice one here: http://www.mvps.org/access/downloads/calc.zip -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads http://www.datastrat.com http://www.mvps.org/access
I use this: http://www.accessmvp.com/Arvin/CalculatorDemo.zip or this: http://www.datastrat.com/Download/popCalc.zip Terry Kreft has a nice one here: http://www.mvps.org/access/downloads/calc.zip -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads http://www.datastrat.com http://www.mvps.org/access