M
Marek Staniewski
I have some problem to organize some complex table.
Let say there is a table with a number of records.
I am looking for a way to arrage that some fields may contain not one value
but a list of values.
In other words I am looking for a way to insert into the table a subtable
or something like this.
Let me try do describe the particular problem.
I shall construct a table containing information about fly schedule of
different airlines
In a table records the following fields should be insert:
1. Airline name (from separate (related) database)
2. City name from (departure): (this also should be form airport list
database
3. City name to (arrival) (this also should come from separate database)
So far it is easy.
But now the problem comes:
I have so far described the route for a particular airiline.
Now each route may be described quite comlex way:
Fo example The particular airline on the route from New York to Paris is
travelling:
every Monday at 8AM (except - here list of exception - for example
Christmas etc)
Every Tuestday at 2PM (except - here list of exceptions)
In addition there is a list of irregular flies (date and time)
I suppose it is silly to build a table for each particular route. There
should be some much simpler way to describe such a relations.
Anybody can help?
Marek Staniewski
Let say there is a table with a number of records.
I am looking for a way to arrage that some fields may contain not one value
but a list of values.
In other words I am looking for a way to insert into the table a subtable
or something like this.
Let me try do describe the particular problem.
I shall construct a table containing information about fly schedule of
different airlines
In a table records the following fields should be insert:
1. Airline name (from separate (related) database)
2. City name from (departure): (this also should be form airport list
database
3. City name to (arrival) (this also should come from separate database)
So far it is easy.
But now the problem comes:
I have so far described the route for a particular airiline.
Now each route may be described quite comlex way:
Fo example The particular airline on the route from New York to Paris is
travelling:
every Monday at 8AM (except - here list of exception - for example
Christmas etc)
Every Tuestday at 2PM (except - here list of exceptions)
In addition there is a list of irregular flies (date and time)
I suppose it is silly to build a table for each particular route. There
should be some much simpler way to describe such a relations.
Anybody can help?
Marek Staniewski