Not sure whether what I want to do is possible or not but essentially I have a drop down that is populated from a table (aircraft types) and when the parent record is created (aircraft) it correctly adds the aircraft type. However I can’t retrieve the aircraft type when I want to update the aircraft record as I haven’t linked the aircraft type to the aircraft record in the database. I opted not to do this as I don’t want to orphan records if I ever delete an aircraft type.
I guess what I really want is to have a dropdown that can give me a list of aircraft types that can be added to the aircraft record (this bit works) then when in update mode I want to set the default of the dropdown to the value set in the aircraft table despite the fact this is just a text field. Is this possible?
See below.