What type of control are you trying to do this with in the cases that don't
work? Only the Bound Object Frame Control, the Chart Control and the Unbound
Object Frame Control has an Action property. The Verb property only applies
to those three control types as well, plus to ActiveX controls.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a table that has a WORD file embedded in it. The word file is
> opened succesfully through a command button located on the form with
> the following:
>
> Me![gpcopy].Verb = -2
> Me![gpcopy].Action = acOLEActivate
>
> I attempted to duplicate this approach with another access 2000
> database, but I get the error message that the VERB and ACTION
> properties are not available. What is even more surprising, I created
> a new form with a command button on the working database, the new form
> also fails. The existing working form still works as expected.
>
> Any clues as to why the VERB and ACTION properties cannot now be
> accessed?.
>