MSFlexgrid1 is populated with data from an access database using DAO. I have 1 field named 'ACTIVE' which indicates whether an employee is 'active' or 'inactive' via a 'YES' or 'NO' in the appropriate field. I would like to filter the display in the flexgrid based on a setting in a combo box with these options (All, Active, Inactive).
Any pointers will be greatly appreciated.
I've attempted to loop through the 'ACTIVE' column and determine which ones contained a 'no' and do a .RemoveItem but I can't seem to get it quite right.
Thanks,
Harold
***You can't change your past, but you can change your future***
Any pointers will be greatly appreciated.
I've attempted to loop through the 'ACTIVE' column and determine which ones contained a 'no' and do a .RemoveItem but I can't seem to get it quite right.
Thanks,
Harold
***You can't change your past, but you can change your future***