Is there a way to get certain field name based on the field value using a query?
For example, I have a form based on the table below
ID Name Age Height
1 John 34 5.6
2 Ken 55 6.6
I want to make a combo box, when Height>5.5, Height becomes rowsource of the combo box list. If Height>5.5 and Age>50, then both Age and Height become the rowsource of the combo box list.
Hope this is clear.
Many thanks in advance!
SwingXH
For example, I have a form based on the table below
ID Name Age Height
1 John 34 5.6
2 Ken 55 6.6
I want to make a combo box, when Height>5.5, Height becomes rowsource of the combo box list. If Height>5.5 and Age>50, then both Age and Height become the rowsource of the combo box list.
Hope this is clear.
Many thanks in advance!
SwingXH