Hi all, I would really appreciate help as far as the nested comboboxes are concerned.
I can create a single form/subform/line with nested comboboxes, but I don't seem to get the way of how to do this in a multiple form/subform where I enter data... Do I have to open a new form for every single line?
I used the following code in the combobox:
SELECT [Fähigkeitdetail].[FD_ID], [Fähigkeitdetail].[Fähigkeitdetail] FROM Fähigkeitdetail WHERE ((Fähigkeitdetail.Fähigkeitname)=([Formulare]![BMS]![Navigationsunterformular]![Sub2]![SubFah]![Fähigkeitname]));
The SubFah is this multiple sub form where the attributes of a specific person appear and can be edited through combobox...[Fähigkeitname] is the first "column" where I get the value!
but this code somehow retrieves the value of the first line only!:banghead:
but there are multiple lines with comboboxes generated dynamically as I enter data...
anyone that can help?
BR abla
I can create a single form/subform/line with nested comboboxes, but I don't seem to get the way of how to do this in a multiple form/subform where I enter data... Do I have to open a new form for every single line?
I used the following code in the combobox:
SELECT [Fähigkeitdetail].[FD_ID], [Fähigkeitdetail].[Fähigkeitdetail] FROM Fähigkeitdetail WHERE ((Fähigkeitdetail.Fähigkeitname)=([Formulare]![BMS]![Navigationsunterformular]![Sub2]![SubFah]![Fähigkeitname]));
The SubFah is this multiple sub form where the attributes of a specific person appear and can be edited through combobox...[Fähigkeitname] is the first "column" where I get the value!
but this code somehow retrieves the value of the first line only!:banghead:
but there are multiple lines with comboboxes generated dynamically as I enter data...
anyone that can help?
BR abla