Hi , @dylandavis09
Dose the control is a Combo box Control?
If this , you can put it in the DefaultSelectedItems :
LookUp('Class of 20XX Fundraising Items', 'L-Grade'.Value =
LookUp(
'Class of 20XX (Officers)' , ('Head Sponsor'=User().FullName || 'Sponsor 1' = User().FullName || 'Sponsor 2'=User().FullName)
).'L-Grade'.Value).'L-Grade'
If the Control is a DropDown , you need put this code in the "Default" property:
LookUp('Class of 20XX Fundraising Items', 'L-Grade'.Value =
LookUp(
'Class of 20XX (Officers)' , ('Head Sponsor'=User().FullName || 'Sponsor 1' = User().FullName || 'Sponsor 2'=User().FullName)
).'L-Grade'.Value).'L-Grade'.Value
Best Regards,
Yueyun Zhang