Ok I am trying to make an access database form and having trouble figuring out how to do one function I need. I have a table that has names and values for those names.
Product1 17
Product2 19
Product3 5
Now. In the form that i have I have made a combo box that lists all of the Product#'s from the Products table. Now I have another field that needs to auto populate itself based on what is entered into this combo box. So in the form if they select Product1, I want 17 to automatically appear in this new field. I am not sure how to do this in access.
Originally I created this in excel and it was simple Vlookup("Cell to look at","table to search","return column"), but I can't seem to repeat this in access.
Any help would be greatly appreciated
Product1 17
Product2 19
Product3 5
Now. In the form that i have I have made a combo box that lists all of the Product#'s from the Products table. Now I have another field that needs to auto populate itself based on what is entered into this combo box. So in the form if they select Product1, I want 17 to automatically appear in this new field. I am not sure how to do this in access.
Originally I created this in excel and it was simple Vlookup("Cell to look at","table to search","return column"), but I can't seem to repeat this in access.
Any help would be greatly appreciated