I am new at access programming. I want to get a field on a form to auto populate from a field in a lookup table from another field on the form based on the value that is selected in the original lookup form. Example
sample data in lookup table.
table name Packing Method
10 | pack in crate
11 | pack in box
12 | pack in plastic bag
There is a lookup table/combo box on my for where I can select "10". Once 10 is selectected, I want the text in the detail field "pack in crate" to auto populate another field on my form. I tried variations of =dlookup but I couldn't get this to work....I'm sure it's something simple.....HELP!!!
sample data in lookup table.
table name Packing Method
10 | pack in crate
11 | pack in box
12 | pack in plastic bag
There is a lookup table/combo box on my for where I can select "10". Once 10 is selectected, I want the text in the detail field "pack in crate" to auto populate another field on my form. I tried variations of =dlookup but I couldn't get this to work....I'm sure it's something simple.....HELP!!!