burningsoul
MIS
I've been doing web design for 10 years now and just now teaching myself some ColdFusion. Installation and everything is fine, can run queries, etc...
For reference, my site that I wish to change over to some CF stuff is at I am working on the song interpretations under the lyrics > song interpretations drop down in the menu.
I need some advice on setting up my tables in Access. I currently have two tables, one named Tracks and the other named Interps.
In the Tracks table I have ID, AlbumName, SongName, Updated and Total as my columns. I filled the information in accordingly.
In the Interps table I have ID, AlbumName, SongName, UserName, UserEmail, SongInt and Updated for my columns.
I do not have any relationships defined but I have been able to run some SQL queries on the information and display everything as you see it currently on my site.
My question is, how can I improve on this design? I'm sure there is an easier way to set up these tables and relate them to one other. I am also having trouble running a query in Access to count the number of song interpretations (SongInt in the Interps table) and display that under the Total column in the Tracks table.
Any help or advice would be greatly appreciated!
For reference, my site that I wish to change over to some CF stuff is at I am working on the song interpretations under the lyrics > song interpretations drop down in the menu.
I need some advice on setting up my tables in Access. I currently have two tables, one named Tracks and the other named Interps.
In the Tracks table I have ID, AlbumName, SongName, Updated and Total as my columns. I filled the information in accordingly.
In the Interps table I have ID, AlbumName, SongName, UserName, UserEmail, SongInt and Updated for my columns.
I do not have any relationships defined but I have been able to run some SQL queries on the information and display everything as you see it currently on my site.
My question is, how can I improve on this design? I'm sure there is an easier way to set up these tables and relate them to one other. I am also having trouble running a query in Access to count the number of song interpretations (SongInt in the Interps table) and display that under the Total column in the Tracks table.
Any help or advice would be greatly appreciated!