Hello. I'm receiving a "Error 3464" data type mismatch error from the code below.
DoCmd.OpenForm "AllEmployees", , , "[OPERATOR_ID] =" & (Me![SearchResults])
OPERATOR_ID is a text primary key (from the network, not my creation), and SearchResults should be returning a string as well. I don't...