Re: Referring to a object in a subform?
From: John Vinson (jvinson_at_STOP_SPAM.WysardOfInfo.com)
Date: 03/06/04
- Next message: John Vinson: "Re: Is this possible???"
- Previous message: Sam D: "Re: default value in numeric field"
- In reply to: Steve: "Referring to a object in a subform?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 05 Mar 2004 17:28:07 -0700
On Fri, 5 Mar 2004 12:37:35 -0800, "Steve" <steveseslar@yahoo.com>
wrote:
> If Forms![frmDeviceCheck]![fsubDeviceCheck]!_
>EquipmentType = "Pulse Generator" Then
Is fsubDeviceCheck the name of the *form object* inside the subform
control, or the name *of the control itself*, the box on the mainform?
It's the latter that is required.
I'd suggest being explicit and using
Forms![frmDeviceCheck]![fsubDeviceCheck],Form!EquipmentType
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public
- Next message: John Vinson: "Re: Is this possible???"
- Previous message: Sam D: "Re: default value in numeric field"
- In reply to: Steve: "Referring to a object in a subform?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|