Hello everyone,
I recently started working with FM database and have been asked to implement a new feature to our current database.
I made a portal with flight information, with different fields such as date, time, flight number, etc. For each record there may be many portal records, for example any person may go on many flights. (This is a student information database). The flight records are sorted by date.
What I need to do is concatenate, all the flight information into a new field which represents flight summary. This is easily accomplished when I only have one flight, however when I have more than one, each flight must be sorted by date and put into the summary field.
So what I need to be able to do is navigate through the portal while it remains sorted and concatenate this information onto a field.
Can anyone help?
Thanks in advance.