Page 2 of 2 FirstFirst 12
Results 16 to 16 of 16
  1. #16
    rumenrs is offline Advanced Beginner
    Windows 7 64bit Access 2003
    Join Date
    Mar 2013
    Posts
    32
    I figure how to fix..




    And if somebody want to refresh the form, can use Event on Mouse click:


    Private Sub Print_current_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)


    On Error GoTo Err_Print_current_MouseUp




    DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70


    Exit_Print_current_MouseUp:
    Exit Sub


    Err_Print_current_MouseUp:
    MsgBox Err.Description
    Resume Exit_Print_current_MouseUp


    End Sub
    Attached Files Attached Files

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 08-11-2011, 11:42 AM
  2. Query Won't Generate Report
    By italianfinancier in forum Queries
    Replies: 1
    Last Post: 06-02-2011, 03:48 PM
  3. How to Query fields with check boxes?
    By JynxRD in forum Queries
    Replies: 2
    Last Post: 09-10-2010, 08:35 PM
  4. To check or Un-Check all Boxes in a form
    By devcon in forum Forms
    Replies: 7
    Last Post: 05-01-2010, 12:03 AM
  5. using a Form with combo boxes to generate reports
    By mistervelasco in forum Access
    Replies: 2
    Last Post: 10-28-2009, 03:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums