Databases and dynamic linking. HELP!

I have my site in dreamweaver, I am using coldfusion to connect my access db to my site. I have a food review site. Every day I am adding new recipes to the database. What I want to have happen is that the user can go to the recipes page and the list of links is created dynamically from the database. When the user clicks a link, they are sent to a page where the rest of the information regarding that recipe is dynamically loaded into pre-defined areas on the page. Where should I start? How do I do this?