S
Sue Mosher [MVP]
Wrong syntax. See http://www.slipstick.com/dev/propsyntax.htm#unbound. Use
this instead:
Set objPage = Item.GetInspector.ModifiedFormPages("Resource Request")
Set cb1 = objPage.Controls("CommandButton1")
this instead:
Set objPage = Item.GetInspector.ModifiedFormPages("Resource Request")
Set cb1 = objPage.Controls("CommandButton1")