P
Pam
I'm opening Form2 from Form1. A combo box in form2 is filtered based on data
available in Form1.
In the Open event (I also tried the Load event) on Form2 I value a string
with the approp SQL, set the rowsource on the combo box and requery the combo
box.
The code works just fine when there are records already in the data source
for Form2 - but when it is empty it doesn't work and I get nothing in the
rowsource for the combo box. When I watch the code run I see that it executes
and that the sql and resource are values properly.
Any ideas? Always, thanks in advance.
available in Form1.
In the Open event (I also tried the Load event) on Form2 I value a string
with the approp SQL, set the rowsource on the combo box and requery the combo
box.
The code works just fine when there are records already in the data source
for Form2 - but when it is empty it doesn't work and I get nothing in the
rowsource for the combo box. When I watch the code run I see that it executes
and that the sql and resource are values properly.
Any ideas? Always, thanks in advance.