Hardip
You currently have an AfterUpdate Event on the Product Combobox which says:-
[GGRC Price] = ProgramName.Column(2)
Note the combobox would normally by named cboProduct and not ProductName.
To get the Unit you just need to add "Unit" to the Combobox Row Source and then add the following...