Hi,
I am trying to create a table that has one input field - the name of a product. This field is used to look up the article number of the product from another table - the catalogue.
I then want to use the article number to look up data from a third table, which will tell me whether this product is in stock or not. I don't want to use a second input field to keep the use of the table as simple as possible.
Can you help me out with a solution to my problem?
Thank you for your help in advance.