Answering my own question for anyone who may read this in the future with a similar problem. CR does not respond well to Null fields.
VB will concantinate "Test" & Null to be "Test", CR concantinates these as a null and therefore a blank on the report. Make sure to use the isNull function on all data that you are going to concantinate together first before adding them together.
Bernie