I have 2 combo boxes on a form. the fist one shows all clients and the second one shows all projects. A client can have many projects.
What I am trying to achieve is that when a client is slected from [combobox1] then then only that clients projects are shown in [Combobox2] - THIS I HAVE NO PROBLEM WITH ACHIEVING.
But what i also want to acheive is that if no Client is selected in [COMBOBOX1] then all the projkects of all the clients are still available to view or select from [COMBOBOX2].
I have done this before but it just wont work.
please help the easiest way to do this. I was trying do avaoid changing the rowsource via code.
Is this the only option.
How can I do this.
What I am trying to achieve is that when a client is slected from [combobox1] then then only that clients projects are shown in [Combobox2] - THIS I HAVE NO PROBLEM WITH ACHIEVING.
But what i also want to acheive is that if no Client is selected in [COMBOBOX1] then all the projkects of all the clients are still available to view or select from [COMBOBOX2].
I have done this before but it just wont work.
please help the easiest way to do this. I was trying do avaoid changing the rowsource via code.
Is this the only option.
How can I do this.