Access 2007 remove a filter

  • Thread starter Thread starter Jamie
  • Start date Start date
J

Jamie

We got new computers with the new version of Office 2007 on them. I have an
old database that I transferred over to the new system that is having 1 major
problem working. When I select a drop down to select an entry it is suppose
to populate the form. No matter what person I select the toggle filter
button comes on and it won't change to any selected entries. I have no idea
what to do. I have researched and researched. Can someone at least point me
in the right direction?

Thanks,
 
Here is my code for the drop down.

Private Sub LookUpOrganization_Change()
AdjustEmptyCombo Me![LookUpOrganization]
End Sub
 
Back
Top