J Jim W Registered User. Local time Today, 15:35 Joined Feb 4, 2003 Messages 198 Mar 14, 2005 #1 I have 2 subforms on a main form. I would like to compare the value in field 1 og subform 1 to field 1 of subform 2. I can't seem to get the conditional foramtting between the 2 subforms to work. Any ideas? Jim
I have 2 subforms on a main form. I would like to compare the value in field 1 og subform 1 to field 1 of subform 2. I can't seem to get the conditional foramtting between the 2 subforms to work. Any ideas? Jim
K krunalprajapati Registered User. Local time Today, 20:05 Joined Dec 15, 2004 Messages 101 Mar 14, 2005 #2 u can use if Forms![MainFormName]![SubForm1name].Form.[fieldname] = Forms![MainFormName]![SubForm2name].Form.[fieldname] then (statements....) endif
u can use if Forms![MainFormName]![SubForm1name].Form.[fieldname] = Forms![MainFormName]![SubForm2name].Form.[fieldname] then (statements....) endif