I need help with a VFP 6.0 combo box. The controlling table on the form is a check table that contains checks from different companies. Each company has several different checking accounts. What I am trying to do is filter the checking accounts available in the combo box limiting them to the matching company (field in check table). The combo box's record source is the checking accounts table. In the got focus of the combo box I select the checking accounts table and set a filter to the corresponding company ID. In the lost focus I reset the filter. This works fine, but when I move the record pointer to another check record with a different company ID, the combo box's display is empty, but looking at the record it has a value. I hope this is clear enough. Any ideas as to why this doesn’t work? I thought about selecting the records into a temp cursor, but thought this would be easier and faster because of the limited number of records in the checking accounts table (10-20). I have tried requery and refresh with no success.
Auguy
Sylvania, Ohio
Auguy
Sylvania, Ohio