Hi,
I have defined a list box "A" in one form. Depending on the value of the list box item "A", I have to create another list box "B".
How can get the value of A, to create a recordset for B?
I have tried by writing onchange trigger on A ... But it doesnt allow me to create recordset in the function/Subroutine. Even I am not able to access the variable defined in the function / Subroutine , in the main program.
Thanks.
I have defined a list box "A" in one form. Depending on the value of the list box item "A", I have to create another list box "B".
How can get the value of A, to create a recordset for B?
I have tried by writing onchange trigger on A ... But it doesnt allow me to create recordset in the function/Subroutine. Even I am not able to access the variable defined in the function / Subroutine , in the main program.
Thanks.