S
stacymae
Hello,
I tried searching these pages in hopes that someone else was having the same
problems as I was but even the new users are more advanced than me.
I am trying to create a database for a small commercial imagery site that
will allow us to track our collection progress.
TblCollection
Collection ID- Auto Number [primary key]
Date of Pass
Satellite
Start of Pass
End of Pass
Total Scenes
Here's where my problems start, I need to track the number of scenes cut to
CD from each pass but there could be anywhere from 1-100 of them so I created
another table
tblScenes cut
CD ID [primary key]
Image Type
% CC
Satisfied
Now, how do I make a form/relationship/anything that will help me enter the
data from the pass, to include multiple CD's cut and later query by date and
find out how many scenes were cut on which pass?
I have many more questions but I don't want to chase everyone away right off
the bat.
Today I tried adding the CD ID to the tblCollection and then creating a
one-to-many relationship but when I created a form and subform to enter all
the data, it didn't connect to each other.
any help would be greatly appreciated
Thanks,
Stacy
I tried searching these pages in hopes that someone else was having the same
problems as I was but even the new users are more advanced than me.
I am trying to create a database for a small commercial imagery site that
will allow us to track our collection progress.
TblCollection
Collection ID- Auto Number [primary key]
Date of Pass
Satellite
Start of Pass
End of Pass
Total Scenes
Here's where my problems start, I need to track the number of scenes cut to
CD from each pass but there could be anywhere from 1-100 of them so I created
another table
tblScenes cut
CD ID [primary key]
Image Type
% CC
Satisfied
Now, how do I make a form/relationship/anything that will help me enter the
data from the pass, to include multiple CD's cut and later query by date and
find out how many scenes were cut on which pass?
I have many more questions but I don't want to chase everyone away right off
the bat.
Today I tried adding the CD ID to the tblCollection and then creating a
one-to-many relationship but when I created a form and subform to enter all
the data, it didn't connect to each other.
any help would be greatly appreciated
Thanks,
Stacy