PaquettePaul
Member
- Local time
- Today, 11:57
- Joined
- Mar 28, 2022
- Messages
- 107
I have a multi line subform that I use for data entry; e.g., segments of a multi-airport flight. I use the base table as my data source. My dilemma Is that after the user enters data, I have a need to sort the displayed rows in a specific order (such as flight start time) after each new record is added. There does not appear to be a sort option for the form.
A possible option is to use a query for the su form based on the specific table and put sorting in the query. Although, I do not even know if this would work In that if the user enters data in a new row, will the form save the data to the underlying table.
thanks for the assistance
A possible option is to use a query for the su form based on the specific table and put sorting in the query. Although, I do not even know if this would work In that if the user enters data in a new row, will the form save the data to the underlying table.
thanks for the assistance