Advice with Days Of Week

admin

Administrator
Staff member
Hi,

I have a database, designed for a an airline, with a table called "flights".

In this I have:
------------------
|FlightNo |
|Departure |
|Destination |
|DepTime |
|ArvTime |
|Aircraft |
|Available |
------------------

I want to add a "Day Of The Week" function, so that the person who add's the flights can select what day of the week he wants the flight to be operated on.

Do you have any suggestions as to how I can do this?

Thanks
Ben
 
Back
Top