Hi,
I have some comboboxes on an endless form. I want to fill the list with values depending on the selected recordset on the form.
I want something like
[Form]![FromName]![ID] don't work for this, because it is an endless form so it is nullCode:SELECT * FROM table WHERE some_col = [TheRecordsetWhichOwnesTheComboboxWhichStartetThisQuery]![ID]
I googled for it for a while but I couldn't find anything.
I hope you know what I mean and somebody can help me
greets from germany
blaimi