Subject Changing TIB_LookupCombo doesn't flag 'Modified'
Author tickerboo2002 <support@tickerboo.com>
Hello

I have a form with a TIB_LookupCombo displaying lookup items, linked
to my main query like so.

vendor_status.vendor_status_id=Vendors.Vendor_status_Id

When I change a TIB_Memo, (linked to qry via dsQry), qry->Modified is
flagged as true and the row gets updated in the database.

When I change the LookupCombo (linked to qryVS via dsQryVS) it
doesn't modify the row, qry->Modified is false.

What have a omitted to do with the TIB_LookupCombo to make it update
the linked query?

TIA

David