I am developing a hangar schedule list that needs to have the square footage of an aircraft populated based on 2 different selections.
I Have two lists.
1. The Schedule - Fields are Date arrive, date depart, Platform, Configuration (Folded / Spread), Sq Ft Req
2. The Look up table - Fields are Platform, SQ Ft Folded, SQ Ft Spread.
What I want to be able to happen is When the Platform and configuration is selected in the Schedule the Sq Ft Req is populated by pulling it from the look up table. What is the best way to go about this?
I am a Site Collection Admin, I don't have access to the farm for VS type solutions. Hoping there is a simple way to do this I'm just not grasping.