In Access 2003, I have a field called DeptCode already created and want the display control be converted from Text Box to Combo box. Row Source to be: SELECT PROJ_DPT.Dept_Code, PROJ_DPT.Dept_Name FROM PROJ_DPT
Column Count to be 2 - Column Widths to be 0.5";1"
and list width to be 4"
And I want to be able to do this using VBA code instead of manually doing it.
Thanks in advance!
Stephen
Start Free Trial