T
T. Hulot
This message is for John, but, of course, I'd like anyone to respond.
John, I'm having trouble understanding the lookup tables concept that
you described in another group. I'm designing the movie database.
Right now, I have five tables, as per your suggestions to add Genre
and Position lookup tables.
Here are the tables as I have them now:
Movies:
MovieID - Primary Key
Title
Genre
Location
Running Time
Comments
Crew:
CrewID - Primary Key
Last Name
First Name
Position:
MovieID - Compound Primary Key
CrewID - Compound Primary Key
Position
GenreLookup:
Genre (Text) - Primary Key
PositionLookup:
Position (Text) - Primary Key
I've entered various records into the GenreLookup and PositionLookup
tables.
The relationships are as follows:
Movies/MovieID - Position/Movie ID
Crew/CrewID - Position/CrewID
Movies/Genre - GenreLookup/Genre
Position/Position - PositionLookup/Position
Am I right so far? I realize we've already been through this in
another thread, but that was before I started dabbling with lookup
tables. So, I hope you're willing to bear with me here for a moment.
At this point, I'm not exactly sure where to go next. My dead end
begins with the LOOKUP tab in the Table Design window. At the bottom
of the window are two tabs, General and Lookup.
Do I do anything with the Lookup tabs? If I do, do I use the
GenreLookup and PositionLookup tables?
Do I use these tables, click the LOOKUP tab, and select Combo box
under Display Control? Or do I use other tables and enter LOOKUP
information in them, instead?
What about Row Source Type and Row Source? What do I select for them?
Or do I use the Lookup Wizard instead of all this?
How close am I to getting the tables finally done? <grin>
Thank you! Jd
John, I'm having trouble understanding the lookup tables concept that
you described in another group. I'm designing the movie database.
Right now, I have five tables, as per your suggestions to add Genre
and Position lookup tables.
Here are the tables as I have them now:
Movies:
MovieID - Primary Key
Title
Genre
Location
Running Time
Comments
Crew:
CrewID - Primary Key
Last Name
First Name
Position:
MovieID - Compound Primary Key
CrewID - Compound Primary Key
Position
GenreLookup:
Genre (Text) - Primary Key
PositionLookup:
Position (Text) - Primary Key
I've entered various records into the GenreLookup and PositionLookup
tables.
The relationships are as follows:
Movies/MovieID - Position/Movie ID
Crew/CrewID - Position/CrewID
Movies/Genre - GenreLookup/Genre
Position/Position - PositionLookup/Position
Am I right so far? I realize we've already been through this in
another thread, but that was before I started dabbling with lookup
tables. So, I hope you're willing to bear with me here for a moment.
At this point, I'm not exactly sure where to go next. My dead end
begins with the LOOKUP tab in the Table Design window. At the bottom
of the window are two tabs, General and Lookup.
Do I do anything with the Lookup tabs? If I do, do I use the
GenreLookup and PositionLookup tables?
Do I use these tables, click the LOOKUP tab, and select Combo box
under Display Control? Or do I use other tables and enter LOOKUP
information in them, instead?
What about Row Source Type and Row Source? What do I select for them?
Or do I use the Lookup Wizard instead of all this?
How close am I to getting the tables finally done? <grin>
Thank you! Jd