G
Goatflavor
I am new to Access and would appreciate any input that would assist.
I'm cerating a database for my recordings, (records, cds and live
recordings) and want the ability to search and see if I have a song.
I have one table which autonums an AlbumID for each entry, then I
specify using checkboxes if it is a 45, 33 1/3, 78 or CD (as well as a
ton of other data I want to keep track of.)
My question: I'm thinking that another table with the AlbumID and
then Track. Then I could insert a subform into my current data entry
form to enter each track. Does this sound like the way to go?
If so, I'm thinking I need to insert an event into my subform that
will create a new entry when TAB is depressed, this will allow me to
enter two tracks, or 50 tracks. Thoughts on this? If so, can someone
point me towards a good resource to borrow some code?
I appreciate your help.
I'm cerating a database for my recordings, (records, cds and live
recordings) and want the ability to search and see if I have a song.
I have one table which autonums an AlbumID for each entry, then I
specify using checkboxes if it is a 45, 33 1/3, 78 or CD (as well as a
ton of other data I want to keep track of.)
My question: I'm thinking that another table with the AlbumID and
then Track. Then I could insert a subform into my current data entry
form to enter each track. Does this sound like the way to go?
If so, I'm thinking I need to insert an event into my subform that
will create a new entry when TAB is depressed, this will allow me to
enter two tracks, or 50 tracks. Thoughts on this? If so, can someone
point me towards a good resource to borrow some code?
I appreciate your help.