Here’s the deal. I'm more of a general Microsoft Admin, so I'm new to Access. My boss wants some type of PO request and tracking system setup, so I read a book on Access since it seems to be the ideal solution. The book gave a great overview, but It’s pretty plain I’m missing out on a lot of stuff.
What I’m stuck on is this. I have a table of inventory items that includes item model, manufacturer, and price. In another table, (form eventually) I just want to be able to select the item model number from a drop-down and have the corresponding price and manufacturer drop-downs populate automatically.
What I tried is using a drop-down lookup that references all three columns for 'model' 'make' and price.' Even though it shows all three, it only input the one value into the table, though.
Any ideas? Is this that hard?
Thanks!
What I’m stuck on is this. I have a table of inventory items that includes item model, manufacturer, and price. In another table, (form eventually) I just want to be able to select the item model number from a drop-down and have the corresponding price and manufacturer drop-downs populate automatically.
What I tried is using a drop-down lookup that references all three columns for 'model' 'make' and price.' Even though it shows all three, it only input the one value into the table, though.
Any ideas? Is this that hard?
Thanks!
Comment