'origin_31' = ' ', 'origin_32' = ' ', 'origin_33' = ' ', 'origin_34' = ' ', 'origin_35' = ' ' from flight_Data where actual_time_out between :start_Date and dateadd(day, 7 - 1, :start_Date)
Form for a week, 5 records per day. Each record is a separate record in the table. Can extract into Datastore for the same daterange, but after that not sure how to convert into linear. Thanks for your help.
How will this be displayed? Days as columns, or records as columns. After quickly going through the posted SQL, it looks like you're returning all data into one row, when it would be easier to split it up.