G
Guest
I have a list form to select companyId and use an unbound combobox to sort
company category. After making a selection, I open a edit form and I get the
correct record. My problem is removing the filter in the edit form. I have an
unbound combobox which I use to sort company category and it works find until
I use the list form, I use a isloaded to check for list form in the Edit Form
to set me.cboCompanySort = Forms!list.cboCompanyCategory.Colum(0).
I cannot remove filter [CompanyId] IN ('RAICAL'). I have try on
cboCompanySort_AfterUpdate:
me.fitleron = false
me.fitler=""
me.requery
It does not clear the property setting when form is view in designview, when
I use a msgbox to check me.filter it shows nothing or I would think null.
After selecting a different category the records do not change from first
filter. the only way I can get the cboCompanySort to work right is by
deleting Filter in designview property sheet.
thanks in advance for any help on this.
company category. After making a selection, I open a edit form and I get the
correct record. My problem is removing the filter in the edit form. I have an
unbound combobox which I use to sort company category and it works find until
I use the list form, I use a isloaded to check for list form in the Edit Form
to set me.cboCompanySort = Forms!list.cboCompanyCategory.Colum(0).
I cannot remove filter [CompanyId] IN ('RAICAL'). I have try on
cboCompanySort_AfterUpdate:
me.fitleron = false
me.fitler=""
me.requery
It does not clear the property setting when form is view in designview, when
I use a msgbox to check me.filter it shows nothing or I would think null.
After selecting a different category the records do not change from first
filter. the only way I can get the cboCompanySort to work right is by
deleting Filter in designview property sheet.
thanks in advance for any help on this.