Hi,
Is there a way I can know or see the rowsource of a list or drop down list at runtime.
I have two drop down lists. One with names and the second ones have records attached to those names. I have set a rowsource for the second list at design time that will change depending on the selection of the first list, then I have a step that may change that rowsource at runtime.
What happens is that after I've changed the rowsource at runtime for the second list, if I change my selection in the first list(names) it seems like if it still using the rowsource I changed at runtime. I can't find a way to bring it back to the rowsource I originally had. I've tried refreshing the list and refreshing the form. I know I can play with the rowsource programatically, but I'm trying to find the short way of it.
Thanks,
Z
Is there a way I can know or see the rowsource of a list or drop down list at runtime.
I have two drop down lists. One with names and the second ones have records attached to those names. I have set a rowsource for the second list at design time that will change depending on the selection of the first list, then I have a step that may change that rowsource at runtime.
What happens is that after I've changed the rowsource at runtime for the second list, if I change my selection in the first list(names) it seems like if it still using the rowsource I changed at runtime. I can't find a way to bring it back to the rowsource I originally had. I've tried refreshing the list and refreshing the form. I know I can play with the rowsource programatically, but I'm trying to find the short way of it.
Thanks,
Z