Jun 2, 2003 #1 hengsin Technical User Mar 26, 2003 128 MY Anyone here know what is the syntax in VBA code to refer to the subform. For example: MainForm: frmMeeting Subform: subfrmAction field which to refer: Action ID in subFormAction If is in mainform, i know it's Me!ActionID. But how about the subform?
Anyone here know what is the syntax in VBA code to refer to the subform. For example: MainForm: frmMeeting Subform: subfrmAction field which to refer: Action ID in subFormAction If is in mainform, i know it's Me!ActionID. But how about the subform?
Jun 2, 2003 #2 ToeShot Programmer Sep 8, 2001 400 US I believe what is below will work Me!SubForm!ActionID Dave ToeShot@Hotmail.com Today Is Tomorrows Yesterday. So Why Wait Upvote 0 Downvote
I believe what is below will work Me!SubForm!ActionID Dave ToeShot@Hotmail.com Today Is Tomorrows Yesterday. So Why Wait
Jun 3, 2003 Thread starter #3 hengsin Technical User Mar 26, 2003 128 MY thanks but your method was not working Upvote 0 Downvote
Jun 3, 2003 #4 TonyJollans Programmer Dec 18, 2002 7,186 GB Hi hengsin, Try Me!subfrmAction!ActionID but make the sure the name in red is the name of your subform control if it is different from the name of the subform. Enjoy, Tony Upvote 0 Downvote
Hi hengsin, Try Me!subfrmAction!ActionID but make the sure the name in red is the name of your subform control if it is different from the name of the subform. Enjoy, Tony