I am trying to write a query in access to fill in blank cells with a match query,
This is something i would use in excell to do the same thing:-
=IF(E5="",VLOOKUP(A5,Sheet3!$A$3:$B$18,2,FALSE),E5)
but instead of a vlookup it would be a match query.
I only want to fill in the blank cells by matching a field to a field in another table and keep the original cells from the original data source.
Is this possible in Access?