J
Julia UK
Hi,
I need to create a table that can store the following data:
Employee ID, Reference, Departure Location, Transport Type, Departure Date,
Destination , Arrival Date, Multileg Journey?, Taxi Booked?, Visa Required?,
Total Flight Cost, Booked by, Travel Agent Contact , Status
The problem I have is with the "Multileg Journey" field - if the user
selects "yes" then I need to have the functionality to add multiple
destinations as well as arrival and departure dates to these destinations!
I'm not sure how to do this as to put it into one table will surely create
redundant data. Also which field could I use as my primary key, because one
employee can make many journeys?
Sorry if it's a stupid question but Im still a beginner and seem to have hit
a brick wall!
I need to create a table that can store the following data:
Employee ID, Reference, Departure Location, Transport Type, Departure Date,
Destination , Arrival Date, Multileg Journey?, Taxi Booked?, Visa Required?,
Total Flight Cost, Booked by, Travel Agent Contact , Status
The problem I have is with the "Multileg Journey" field - if the user
selects "yes" then I need to have the functionality to add multiple
destinations as well as arrival and departure dates to these destinations!
I'm not sure how to do this as to put it into one table will surely create
redundant data. Also which field could I use as my primary key, because one
employee can make many journeys?
Sorry if it's a stupid question but Im still a beginner and seem to have hit
a brick wall!