Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Can you please elaborate this by giving some more information on this?pollenman said:howevwer it runs the report header page as well
Private Sub Command19_Click()
On Error GoTo Err_Command19_Click
DoCmd.OpenReport "BQAsset",[b]acViewPreview[/b] , , "[BranchID] =" & Forms![Branch Detail]![BranchID] & ""
[b]DoCmd.PrintOut acPages, 2, 2[/b] 'Page range
Exit_Command19_Click:
Exit Sub
Err_Command19_Click:
MsgBox Err.Description
Resume Exit_Command19_Click
End Sub