Thanks to all for replying to my request for help.
Looking at the impressive road map of a recipe database that Gina attached, just wondering is it best to link all table ID field together. I assume this would mean you need to duplicate the ID field from your first table into your second and join as one-to-many.
Does this method eliminate the need for lookup fields?
My logic may not be the same as access', but I assume I need to state somewhere which ingredients are in these recipes. I can't figure out how this works, although obviously it is important to link the information. I don't see how you guys have it all coming
together for a list of ingredients for 1 recipe, I assume it all comes together after a form entry.
As I was stuck with my original thoughts of how to carry this out, I have gathered some knowledge off my access superiors (you guys) and came up with this.
With my new form looking like this (thought the Design view would help more).

I thought I might have to do a subform, but as a didn't realy have any knowledge on that I wanted to try bypass this option. As for Gina suggesting that I do this, I figure it had to be done. I decided to insert a new query as a subform for my main recipe
entry form, just so I can modify the Field name for display in the form. Although it appears I can't edit it the fields in my form.
I found while researching for a fix "Me.Dirty = False" (to be placed in a code builder I believe), my thoughts are that Access 2007 doesn't like the"Me."(not that I know much about this language). Even so I can't think of which property sheet field to put this
in. If you think it may be something else I look forward to your assistance. I have inserted the 2 separate subforms from their tables as I couldn't get 1 with combined info (from a form/query) to work. (There might be a 'subform holder' which is locked and
not allowing entry, but I can't find it.)
Is there a way to get the subform to expand automatically without scrolling when more data is put in, and also can it jump to a new column next to these once it gets to the end of the page (so you don't have to scroll). I thought maybe there is a way to continue
the same list of information after 10 entered lines, next to it.
Thank you all very much for your assistance so far, you are all great.