Hello All,
I have the following code attached to a button
Private Sub DraftPreview_Click()
Me.Refresh
DoCmd.OpenReport "draft quote", acViewPreview, , "ProductID = forms!product!productid"
Not much to it however, I changed it to be linked to a SQL table instead. The table it is...