Subject Question about KeySource property
Author slsolutions2002
Hello:

I have a TIB_LookupCombo on a form that has its KeySource property
set so that I can automatically update a field in the KeySource query
based on the selection made in the lookup combo. This works fine.
However, if I try to bring up the form that allows be to add new
records to the query with its KeySource set I get an error message
that says dataset cazn not scroll. The only way around this is to se
the KeySource property to Nil before opening the query then resetting
it after closing the query. Is this the correct procedure or am I
doing something wrong ?

Thanks