SpellCheck Will it work on the Access 2007 Runtime?

A

Avid Fan

I have a program that I have compiled.

It has the following.

Private Sub cmdSpellCheck_Click()
Me.Call_Notes.SetFocus
RunCommand acCmdSpelling


End Sub

Is this going to work on a runtime or will I need a full version of
Access to use it?
 
J

Jeanette Cunningham

You can simulate using the runtime of A2007 quite easily for testing.
To do it, change the extension of the file from accdb to accdr.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
A

Avid Fan

Thanks !

You can simulate using the runtime of A2007 quite easily for testing.
To do it, change the extension of the file from accdb to accdr.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 

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

Top