From: Avid Fan on 21 Apr 2010 00:08 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?
From: Jeanette Cunningham on 21 Apr 2010 03:07 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 "Avid Fan" <me(a)privacy.net> wrote in message news:ulRyIhQ4KHA.4804(a)TK2MSFTNGP04.phx.gbl... >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?
From: Avid Fan on 21 Apr 2010 05:07 Thanks ! On 21/04/2010 5:07 PM, Jeanette Cunningham wrote: > 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 > > > "Avid Fan"<me(a)privacy.net> wrote in message > news:ulRyIhQ4KHA.4804(a)TK2MSFTNGP04.phx.gbl... >> 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? > >
|
Pages: 1 Prev: Form tries to insert row when it starts Next: Pasting in Tab Control pages |