A family of Microsoft relational database management systems designed for ease of use.
There is a recipes template for Access. I would suggest using that as a starting point. Tom is 100% correct, You need multiple tables. A table for the details of the recipe and another table for details about the ingredients. So each ingredient represent a record (row) in the Ingredients table for that recipe. This is a process called normalization and its how relational databases are designed. I suggest doing some research on normalization before you proceed.
Hope this helps, Scott<> P.S. Please post a response to let us know whether our answer helped or not. Microsoft Access MVP 2010 Blog: http://scottgem.wordpress.com Author: Microsoft Office Access 2007 VBA Technical Editor for: Special Edition Using Microsoft Access 2007 and Access 2007 Forms, Reports and Queries