Actually when I looked at my qry I realized that I did the IIf:[loadtype]="on", [count],"") so that it would return my number count for the "ON" field. The actual SQL is as follows:
SELECT [Qlink_Main tbl].Date, IIf([loadtype]="on",[count],"") AS BoardingOn, IIf([loadtype]="off",[count],"") AS...