Those perfectly works! Thanks a lot.
I realized there are some case sensitivity issues so I had some minor changes.
So right now they are like:
strSearch = LCase(Me.txtSearch)
DoCmd.OpenForm "frmParentMapEntry", acNormal, , LCase("[CUSTOMER_NAME]  Like '") & Replace(strSearch, "'", "''") & "*'"