Basically I made a search function for a form that split between a form and a query. I added a text box (Text 17) and a button. I then assigned the button to on click preform the event embedded marco, which was set to applyfilter. Where condition = [Username (Forum)] Like "*" & [Forms]![Search]![Text 17] & "*" Or [Forum ID] Like "*" & [Forms]![Search]![Text 17] & "*" Or [Rank] Like "*" & [Forms]![Search]![Text 17] & "*". I have looked over the form location many times to ensure the addresses are correct. Right now my mind is blown as to why it's not working. Basically whenever I click on the command nothing happens, the applyfilter button activates but apart from that nothing happens. I'll provide screen shots of all the code. I will also add that is did work for 10 minutes then stopped for some reason.
![]()