CuriousGeorge
Registered User.
- Local time
- Tomorrow, 00:15
- Joined
- Feb 18, 2011
- Messages
- 131
Hey,
I have a table where one of the fields contain a time variable. Since files are added randomly to the database and table, the field containing the time variable is not sorted i.e. in ascending order.
I know it is possible to sort the time variable field in the table using a query, however, since it is only sorting that specific field, is it possible in some way when sorting that field to also move the rest of the table in the same way.
What i mean is; if sorting the time field i.e moving row 5 to 2 i also want the remaining fields data on row 5 to move to 2. Even though the time field is the only one being sorted, the rest of the fields data are moved in sync.
Is it possible to do in some way?
Thank u
I have a table where one of the fields contain a time variable. Since files are added randomly to the database and table, the field containing the time variable is not sorted i.e. in ascending order.
I know it is possible to sort the time variable field in the table using a query, however, since it is only sorting that specific field, is it possible in some way when sorting that field to also move the rest of the table in the same way.
What i mean is; if sorting the time field i.e moving row 5 to 2 i also want the remaining fields data on row 5 to move to 2. Even though the time field is the only one being sorted, the rest of the fields data are moved in sync.
Is it possible to do in some way?
Thank u