Hi,
I have a problem which i can't figure out how to do it.
I have a table ie. :
steering_wheel wheels nose
boat true true false
dog false false true
bike false true false
What i want is to populate a listbox with the headings that are true. Meaning for dog, i just want to show the "nose" controls and so on. I know how to do it with single controls with dlookup function. But now i would like these values into a listbox and from there you can just choose the "nose" when "dog" is chosen in a combo box.
And eventually i want to open a form within a subform with the controls i need. This i already know how to do, but to populate the listbox is quite difficult.
I have a problem which i can't figure out how to do it.
I have a table ie. :
steering_wheel wheels nose
boat true true false
dog false false true
bike false true false
What i want is to populate a listbox with the headings that are true. Meaning for dog, i just want to show the "nose" controls and so on. I know how to do it with single controls with dlookup function. But now i would like these values into a listbox and from there you can just choose the "nose" when "dog" is chosen in a combo box.
And eventually i want to open a form within a subform with the controls i need. This i already know how to do, but to populate the listbox is quite difficult.