App tables: EventData, Locations
eventData has a column named Location which is a REF to ‘Locations’. Added a virtual column named ‘Info’, with a formula of: [Locations].[Info].
When viewing/editing an eventData entry, the ‘INFO’ field from ‘Locations’ is shown with correct data from that linked table. However, that linked data is not editable. What is required to not only see, but when an edit occurs, it is made to the source: [locations].[Info]?