Hi everyone,
I'm really struggling at the moment and am hoping someone can help.
I have an excel workbook currently with one sheet. The data on this sheet is sucked in from an application using an ODBC link.
There are three relevant columns, which are CustomerName, RefNumber and FullyInvoiced.
I need to populate a couple of dropdown boxes using the data in these columns. The CustomerName could be the same on multiple lines, RefNumber is always unique and FullyInvoiced is either set to 0 or 1.
I would like to populate the first dropdown with a unique list using the information from CustomerName. This should then determine what appears in dropdown2, which should list all of the RefNumber items relating to that customer, but only where FullyInvoiced equals 0.
That's the goal.
The data coming in via ODBC will always fit the correct column names above but will change, potentially multiple times a day.
I'd be really grateful for any help, advice or input.
Thanks in advance.
I'm really struggling at the moment and am hoping someone can help.
I have an excel workbook currently with one sheet. The data on this sheet is sucked in from an application using an ODBC link.
There are three relevant columns, which are CustomerName, RefNumber and FullyInvoiced.
I need to populate a couple of dropdown boxes using the data in these columns. The CustomerName could be the same on multiple lines, RefNumber is always unique and FullyInvoiced is either set to 0 or 1.
I would like to populate the first dropdown with a unique list using the information from CustomerName. This should then determine what appears in dropdown2, which should list all of the RefNumber items relating to that customer, but only where FullyInvoiced equals 0.
That's the goal.
The data coming in via ODBC will always fit the correct column names above but will change, potentially multiple times a day.
I'd be really grateful for any help, advice or input.
Thanks in advance.