Hello!
To give you some context: I’ve asked a couple of questions that got me to this point. If you would like to see that context you can check my questions (the only I’ve asked so far)
I have a spreadsheet that, so far, has 1 form. In that form I have (3) comboboxes which are populated from MySQL tables. I set that MySQL DB connection via Base. Those combo’s are correctly populated.
I know I’ve said I would preferably not use any programming but changed my mind.
So, lets say combo2 needs to be updated when combo1 changes. So I made use of event handling and when combo1 changes its value I need to run a select query against MySQL IN Basic. I have everything set excepting that I don’t know how to use the active connection neither how to run a query and get that resultset to populate combo2.
Thanks for your time.