Refer to Parent form

Sturmtruppe

Registered User.
Local time
Today, 13:07
Joined
Mar 26, 2009
Messages
18
what i would like to do is set a checkbox on my parent form (Called IAG_Calls) to 'True' if the 'InterviewTime' Field on my subform (Called IAG_Interview_Date) is updated (in the after update event)

I cant seem to remember what the code is for this. something like this for the after update but it doesnt seem to work, prbably coz ive remebered it wrong.

me.parent.calledback = True

cheers
 
what i would like to do is set a checkbox on my parent form (Called IAG_Calls) to 'True' if the 'InterviewTime' Field on my subform (Called IAG_Interview_Date) is updated (in the after update event)

I cant seem to remember what the code is for this. something like this for the after update but it doesnt seem to work, prbably coz ive remebered it wrong.

me.parent.calledback = True

cheers

On the parent form: OnActive Event Me.Refresh
 

Users who are viewing this thread

Back
Top Bottom