Hello,
I have an update query where it takes data from one field and puts new data into another field. I only wanted those to show. For the rows that are blank in that field can I make another update query where it makes the blank rows show "Other"? I tried using an Iff statement and a Replace statement and it removed the previous update query as well and made those rows blank. Can anyone write the right syntax that would work for me? thanks