Hi!
I have a main form with a datagrid. I would like to turn each of the columns of this datagrid into combo boxes that would offer the user a limited selection based on the selection of an option button. I know the buttonclick event will be involved and I'm thinking to run SQL on this buttonclick event but I can't quite work how to populate the column once the SQL is processed. Any ideas?
I have a main form with a datagrid. I would like to turn each of the columns of this datagrid into combo boxes that would offer the user a limited selection based on the selection of an option button. I know the buttonclick event will be involved and I'm thinking to run SQL on this buttonclick event but I can't quite work how to populate the column once the SQL is processed. Any ideas?