Actually, I'm not sure if I can use that IIF in the Control Source for that field. Unless I'm missing something, this isn't working...
iif(len(txtNNN)<1,"",cmdGetNet([txtMainLANSubnet],"Main"))
Thanks again!
I am filling Form fields from a ComboBox; all that works wonderfully, however...
three of the fields manipulate values from other fields (stripping out certain portions); that works fine
my dilema is that when the form is opened all fields are blank EXCEPT I get #ERROR showing up in the...