I have a table, with fields REMARKS, STATUS DT and STATUS. I am attempting to combine the two STATUS fields into REMARKS using a command button. I am currently using [REMARKS] = [STATUS DT] & " " & [STATUS] on click, however all it does is grab the two fields and overwrite the REMARKS field. I need that data once entered to compile and not overwrite. By the way, I am a total noob to VBA. Thanks everyone.