Search results

  1. G

    Dynamic subform

    Hey folks, I have a dynamic query being built where the field names change order and inclusion. The compile SQL is saved as into a query (qrySEARCH_RESULTS) I want to display the results in a subform after they have selected all the fields they would like to add. Is it possible to have the...
  2. G

    List box help

    One way A cheesy way to do this would be to add a new unbound text box where the value gets updated whenever the combo box changes. So the onchange event of the cbo box would place a new value in the text box. In the OnCurrent event of the form you can do the vice versa where the text box...
  3. G

    Help with combo box settings

    Make sure that on the properties of the combo box: 'Control Source' is set to the bound column on your form.
  4. G

    Dynamic Subform

    Hey folks, I have a dynamic query being built where the field names change order and inclusion. The compile SQL is saved as into a query (qrySEARCH_RESULTS) I want to display the results in a subform after they have selected all the fields they would like to add. Is it possible to have the...
Back
Top Bottom