I want to be able to dynamically set the values for my combo box and I am unclear on the syntax. Statically, I can set the rowsource equal to:
"Client" ; "Facility" ; "Contractor" ; "Regulatory Agency" ; "Laboratory"
However, I want to do this in my code and access doesn't like the semi-colon very much. Any ideas? Thanks!
"Client" ; "Facility" ; "Contractor" ; "Regulatory Agency" ; "Laboratory"
However, I want to do this in my code and access doesn't like the semi-colon very much. Any ideas? Thanks!