Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lucishoe22

    Filtering a report from a cmd button

    i may have some code that would help... Private Sub ViewReport(ReportName As String, WhereStr As Variant) On Error GoTo Err_ViewReport If IsNull(WhereStr) Then WhereStr = "" End If DoCmd.OpenReport ReportName, acPreview, , WhereStr Exit_ViewReport: Exit Sub...
  2. lucishoe22

    Need code for page size 11x17 on open report

    Thanks for replying. I'm actually looking for code to set on openreport that will open the report to 11x17. The reason is when others open the database on their computer the report opens in the default portrait 8 1/2 x 11. There will be several users and I wanted the report size to be hard-coded...
  3. lucishoe22

    Need code for page size 11x17 on open report

    i'm looking for code to change the page size from the default to 11x17 when opening a report. can someone help please? thanks!

Part and Inventory Search

Back
Top