Here is what I am trying to do, I'm hoping that it is simple, but for some reason I cannot figure it out.
The table I am working with has two fields.
One for the Automatic Number, Primary Key, for each record. For this thread I will call it Container_Id
The other field I have named as Container_Size.
On my form, I have a Combo Box that shows all records of my container sizes. What I need is for a text box to automatically show the value of the Primary Key for whichever container size I choose.
Can this be accomplished?
Speck