Add a calculator to an Access Form

  • Thread starter Thread starter S Skaar
  • Start date Start date
S

S Skaar

Can someone tell me how I can insert a calculator into an
Access 2000 Form?
 
Instead of taking up space on a form, how about his code in the OnClick event of
a button:
Dim RetVal
RetVal = Shell("C:\WINDOWS\CALC.EXE", 1)
 

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