Hi,
I am working on a database for an airport. I made one table that registers all the numbers of sold airport tax numbers (these are tickets that are retrieved from the passengers, who purchase them earlier). I have another table that registers the next set of airport tax numbers that are given out (this info is being put in the database by the finance department). so I want to make a form that shows:
- all numbers that have been are sold, with a number higher than the number that has been issues by the finance department (these tickets have to be fake)
- all numbers that occur more than once in the table (people reusing of making tickets themselves).
table: sold_tax:
ID
input date
number (for example: 3200, so tickets can have the numbers from 1 to 3200)
retrieved tax tickets:
id
flightnumber
tax_number (for example; 2376, or 1865 or 56).
Who can help?
I am working on a database for an airport. I made one table that registers all the numbers of sold airport tax numbers (these are tickets that are retrieved from the passengers, who purchase them earlier). I have another table that registers the next set of airport tax numbers that are given out (this info is being put in the database by the finance department). so I want to make a form that shows:
- all numbers that have been are sold, with a number higher than the number that has been issues by the finance department (these tickets have to be fake)
- all numbers that occur more than once in the table (people reusing of making tickets themselves).
table: sold_tax:
ID
input date
number (for example: 3200, so tickets can have the numbers from 1 to 3200)
retrieved tax tickets:
id
flightnumber
tax_number (for example; 2376, or 1865 or 56).
Who can help?