I have a query and I have a table that I am joining to this query by rep number. In the table is a list of rep numbers and a field called RVP that I want to bring into my query. Sometimes on the query side, the Rep field is blank. For those (in the table of Reps with the RVP field), I put a blank and and RVP of unknown. When I join this table to my query, I do an outer join. I am not picking up the fields where the rep number field is blank.
How would I do this. I want those records that have a blank Rep number to get an RVP of unknown.
I put a blank record in the rep table with an RVP of unknown but I am not getting anything for the RVP when I join it to the query by Rep number. Is there anyway to do this?