Got an Answer from an SQL expert thought I would share.
I received some SQL for this issue from a friend of mine. It is as follows.
Tables and colums are:
tblItems
ItemNum,ShortItemDesc,FullItemDesc
tblCatRanges
BeginNum,EndNum,Category,GroupNumber
Here is the SQL
SELECT i.ItemNum...