Hi all,
I have a database which comprises of a routes system.. some basic fields like
ID | Routenum | Departure | Destinations | Deptime | Arrtime | Comments
However, I have multiple routes where the Departure and Destination are the same, only the times are different.
How could I make it so that only one appears on the routes list, instead of having about 5 similar entries?
Thanks,