I didn't understand the number table thing, but I did solve my problem after finding an article in the Microsof Knowledge Base
Here's my code:
DoCmd.OpenReport "VanDykeProductLabel", acViewPreview
DoCmd.PrintOut , , , , [Forms]![frmVanDykeLabels]![QTYLABELS], False
DoCmd.Close acReport...