Okay, so I have almost cracked the entire problem. Here is what I've done and will be referencing for comaprison.
If you open up the default "Tasks" database that access provide and open up "Task Details" you get a combo box. You can obviously select contacts that exist in the table. If I wanted "John Smith" and typed in "Smith" which DNE, It takes me to the next form because:
In the property sheet for "Assigned to" under the Data Tab, it goes to "Contact Details" thereby bringing you to the Contact Details form to now insert the contact.
Upon entering in the new contact into Contact Details the "Task Detail" form is still open and has the new name already in the "Assigned To" Combo box. Incase you haven't been following along, I am trying to something nearly identical to the default databases idea except i have to just expand upon it by a lot.
Here is my problem:
by emulating this all the way (or so i feel like i have but clearly something is off), I still have one issue. For my version of combo box of "supplies",
if i type in a new supply, I go to an edited form from my list of supplies rather than default opening to a new page. How can I fix that? If I can fix that, I am done.
Previously, I was using event-> On not in list->
The problem I was having with that was that after typing the information into the second form, i was not able to figure out how to properly refresh the first form. Therefore, the supply entered into the supply form still did not exist in the base form.
This problem does not exist when using "not in list". However, by using "not in list" i was able to open the "supply form" to a new page. Both methods pretty much have opposite problems.