Hi,
You don't need the comma if you want a blank field.
If you'll observe the string concatenation
& "','Recieved','True',''
Your result is ','Recieved','True',
with the last comma showing up.
PS - Just use 4 fields only if the Column "Notes" is blank.