I have a table that lists information about an order, a table that contains the items in each order and a table that contains information on all the items.
The objective is to get the availables
(imagine the work “available” as the word “order” for this to make more sense) and available_items
tables in the same form, with a lookup field that will automatically populate data into the available_items
table by taking it from the itemlist
table.
I know the first step in this process is to create a relationship but every time I try to link the three tables and save it, when I go back into the relationship window all of them are gone.
For demonstration purposes imagine the tables this way:
(These relationships don’t save, if I save them and then go back into the relationship window, they’re gone)
Primarily I first need to know how to actually build this relationship but after building the relationship I need to figure out how to get the first two tables on a form with the third as an information lookup for the second so if you know how to do that as well I would really appreciate the information.
Also, maybe I don’t even need the third table on this form because the user never needs to enter information into it, I just need to get the information from the third table to populate the second table with the correct info for the item that’s being entered into the order. Can I do that with a query?