I am working a project where I require a full join between PARTBIN and a custom table that represents counts.
The issue I have is that unless I put both the PART# from both tables - the records where there is not a 1:1 do not properly show PART#. For example, if I use PARTBIN.PartNum, records that only exist in my count, but not PARTBIN have PartNum blank. The same condition occurs vice versa. (Pay no attention to my mismatching column names)
Any thoughts on the best way to deal with this? Worse case, for every PARTBIN record I can copy a blank record into my COUNT table.