How to append a specific column data based on primary key and insert into textbox using VBA msaccess

Hi all,

I have a table like below,

EmpId comment updateddate
101 Saved 26/07/2019
101 saved Successfully 28/07/2019

I need to display like below in textbox in MSaccess VBA

saved 26/07/2019
saved Successfully 28/07/2019

please help me out.

Regards,
sharmila