Trying to build a flight time tracking database.
I’ve created the tables with all the info that is needed for the app, and set relationships the way I think they need to be.
tbl_Flights : tbl_Leg (One to Many)
A flight consist of 1 day.
Each flight can have many legs.
I’ve created a form based on a separate table, tbl_Flight_Log.
My idea was that using queries to pull values from other tables/queries into the form and save to the flight log table.
Is this the correct way of accomplishing this task?
My thinking is that I am duplicating data, but it does work. If this is not correct, please enlighten my on the proper way to accomplish this.
Cheers!

I’ve created the tables with all the info that is needed for the app, and set relationships the way I think they need to be.
tbl_Flights : tbl_Leg (One to Many)
A flight consist of 1 day.
Each flight can have many legs.
I’ve created a form based on a separate table, tbl_Flight_Log.
My idea was that using queries to pull values from other tables/queries into the form and save to the flight log table.
Is this the correct way of accomplishing this task?
My thinking is that I am duplicating data, but it does work. If this is not correct, please enlighten my on the proper way to accomplish this.
Cheers!
