C
crsanders
I'm creating a database to track upcoming worldwide rocket launches and I
just can't seem to figure out how to creat a form that allows me to easily
input how many launches of each rocket there will be for the next 10 years.
In excel, it's easy, it would look like :
Rocket Type 2008 2009 2010 2011 ... etc
Atlas 7 8 6 7
Delta 4 5 4 6
Space Shuttle 5 4 3 0
etc
The associated table must look like
Atlas 2008 7
Atlas 2009 8
Atlas 2010 6
and so on ...
But I want to be able to enter that data without having to repeat entering
each vehicle name and using a form that looks like the simple table the top
but I'm struggling on how to set a form up that does this for me.
I searched for a similar thing in the Northwind sample database but came up
empty, most of the forms there are for either entering a single order or
summarizing already entered orders.
Anyone help would be greatly appreciated, especially if there is a working
example I could steal shamelssly
thanks
just can't seem to figure out how to creat a form that allows me to easily
input how many launches of each rocket there will be for the next 10 years.
In excel, it's easy, it would look like :
Rocket Type 2008 2009 2010 2011 ... etc
Atlas 7 8 6 7
Delta 4 5 4 6
Space Shuttle 5 4 3 0
etc
The associated table must look like
Atlas 2008 7
Atlas 2009 8
Atlas 2010 6
and so on ...
But I want to be able to enter that data without having to repeat entering
each vehicle name and using a form that looks like the simple table the top
but I'm struggling on how to set a form up that does this for me.
I searched for a similar thing in the Northwind sample database but came up
empty, most of the forms there are for either entering a single order or
summarizing already entered orders.
Anyone help would be greatly appreciated, especially if there is a working
example I could steal shamelssly

thanks