|
Paolo, Yes the SQL is just a simple Well the SELECT statement is built with this ugly thing sGender = oEvent.Source.Text sSQl = "select " & """" & "name" & """" & " from " & """" _ & "names" & """" & " where " & """" & "gender" & """" & " = " sSQL = sSQL & "'" & sGender & "'" the sSQL varialbe ends up one of these sttings select "name" from "names" where "gender" = 'male' or select "name" from "names" where "gender" = 'female' What I have is two comboboxes, each allowing the user to select data for a different column on a common row of a table. In ComboBox2 the available options are changed depending on what was choosen in CombobBox1. Funniest part is this. If I open the form in edit mode, run it - make a selection in combobox1, the values DO NOT change in combobox2. Go back into edit mode and then run again...the values in combobox2 are correct for the new select statement..hope I have explained this well. Paolo Mantovani wrote: Hi Andrew, Alle 16:51, martedì 6 settembre 2005, Andrew Jensen ha scritto:Hi |
- [api-dev] How to force a Combobox to refetch value list? Andrew Jensen
- Re: [api-dev] How to force a Combobox to refetch valu... Paolo Mantovani
- Re: [api-dev] How to force a Combobox to refetch ... Andrew Jensen
- Re: [api-dev] How to force a Combobox to refe... Paolo Mantovani
