Originally posted by MNNovice
Formulate Index Value
Collapse
X
-
Originally posted by NeoPaI will help where I can. My first suggestion would be to create a link and play with the options. This gives a fair understanding of what's available.
I will see if I can post a version without the data in as a template.
Speaking of relationship of tables in ACCESS. I know it's the most important thing to understand thoroughly. But I find it very complex to understand, even though it apparently seems simple. Will you agree?
Can you recommend an article or a book where this is explained more clearly for people like me? I need a write up that explains with examples.
Thanks.Comment
-
Originally posted by NeoPaSounds like a plan. Get your latest understanding into it first though, then we can check it over. It's easier finding problems though of course. Checking out a working database design is a very large task. We'll get to this later anyway.
Thanks.
ps: Iowa was very boring. We returned home early Sunday evening. But I have never been there before...theref ore, something new to discover is always exciting.Comment
-
Originally posted by MNNoviceCan you recommend an article or a book where this is explained more clearly for people like me? I need a write up that explains with examples.Comment
-
Originally posted by MNNoviceps: Iowa was very boring. We returned home early Sunday evening. But I have never been there before...theref ore, something new to discover is always exciting.
On to a technical issue.
Having looked more deeply at your table layouts I now understand my confusion earlier when I was struggling to understand the logical link between the [tblCDDetails], [tblSongs] and [tblSonsDetails] tables.
Am I right in thinking the [SongID] field of [tblCDDetails] is entirely redundant (and possibly a stone in the shoe)? I can't see what possible reason it could have for existing there.Comment
-
I have attached a skeleton db (ZIP) with very little but the tables and the Relationships set up in it.
I have removed the field [SongID] from the [tblCDDetails] table. I have NOT linked the two extra fields ([MusicCategoryID] & [RecordingArtist ID]) from [tblSongs] as I feel they are probably a confusion. We should probably sort that out at some stage, but it's only logically appropriate to have such fields if they are treated as comletely separate from the fields of the same name in [tblCDDetails].
PS. Added attachment. Use your given name as a password (Case sensitive).Attached FilesComment
-
Originally posted by NeoPaI would strongly recommend Normalisation and Table structures. This may not be the whole answer to your question, but it is a brilliant starting point. Let me know how you get on with it.Comment
-
Originally posted by NeoPaOn to a technical issue.
Having looked more deeply at your table layouts I now understand my confusion earlier when I was struggling to understand the logical link between the [tblCDDetails], [tblSongs] and [tblSonsDetails] tables.
Am I right in thinking the [SongID] field of [tblCDDetails] is entirely redundant (and possibly a stone in the shoe)? I can't see what possible reason it could have for existing there.Comment
-
Originally posted by NeoPaI have attached a skeleton db (ZIP) with very little but the tables and the Relationships set up in it.
I have removed the field [SongID] from the [tblCDDetails] table. I have NOT linked the two extra fields ([MusicCategoryID] & [RecordingArtist ID]) from [tblSongs] as I feel they are probably a confusion. We should probably sort that out at some stage, but it's only logically appropriate to have such fields if they are treated as comletely separate from the fields of the same name in [tblCDDetails].
PS. Added attachment. Use your given name as a password (Case sensitive).
To further evaluate the relevance of these fields I think I need to bring some reports to your attentions. These reports are critical for me. You may then tell me whether these fields are redundant or not. I surely don’t have the technical expertise to figure it out myself.
I have several reports that may be linked in more than one way. If you select “Preview Reports” from the main switchboard and then select “Selected Report”, you will be prompted to a form with 4 different tabs: “Artist, Category, CD Title and Songs”. You can generate various reports using different criteria on each of these tabs.
Example 1: From the tab called: CD Titles
You can select a CD Title and see what songs are there on a given CD and who the singer(s) are. This report is based on two tables: tblCDDetails & tblSongsDetails (field that joins this two tables is: [RecordingID]
Example 2: From the tab called: Artist
A report can be generated to display various CDs including track info by a selected an Artist. Try artist: Hemanta Mukherjee.Comment
Comment