I have recently upgraded my copy of outlook to 2003. Since then my application has stopped working. Previously I used: oOutlook = CREATEOBJECT("Outlook.Application")
I need some advice on a combo box control. I want the rowsource to be dependant on a variable. So I have a table with a problem_category_id which is numeric, and then the problem_description, which is text. I want my combo-box to change when the user selects a problem category ...