timhans
Programmer
- Jun 24, 2009
- 75
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
Exit_Command101_Click:
Exit Sub
Print form but w/out Data
Any help please
Private Sub Command101_Click()
DoCmd.OpenReport "rptBuildSheet", , , _
"ChairBuildDetailsID = " & Me.txtChairBuildDetailsID.Value
DoCmd.GoToRecord , , acNewRec
Exit_Command101_Click:
Exit Sub
Print form but w/out Data
Any help please