Hello, I all the sudden developed a proplem with printing, Have bound(autonumber) form which I send to a report with following code
Private Sub Command101_Click()
DoCmd.OpenReport "rptBuildSheet", , , _
"ChairBuildDetailsID = " & Me.txtChairBuildDetailsID.Value
DoCmd.GoToRecord , , acNewRec...