Results 1 to 6 of 6
  1. #1
    MdHaziq is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Location
    Singapore
    Posts
    124

    how to open report as pop up?

    Hello ,
    Forum

    I am having trouble w/ opening my report in pop up mode.

    I am following this websites tutorial on how to make MS Access more secure.
    https://accessexperts.com/blog/2015/...cess-tutorial/



    TIA

    Haziq
    Attached Files Attached Files

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    you can either set the report to POPUP
    or open it via:

    docmd.OpenReport ,acViewPreview ,"report",,acDialog

  3. #3
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,129
    Quote Originally Posted by MdHaziq View Post
    Hello ,
    Forum

    I am having trouble w/ opening my report in pop up mode.

    I am following this websites tutorial on how to make MS Access more secure.
    https://accessexperts.com/blog/2015/...cess-tutorial/

    TIA

    Haziq
    You might be interested in the example database here which explains various ways of making a database more secure.
    https://www.accessforums.net/showthread.php?t=69856

    It covers everything in the link you provided & more
    It also includes an answer to your specific question about a report
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  4. #4
    Mehvan's Avatar
    Mehvan is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2016
    Posts
    133
    You can use this code

    Docmd.OpenReport "ReportName",acViewPreview, , , acDialog

  5. #5
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,129
    Quote Originally Posted by Mehvan View Post
    You can use this code

    Docmd.OpenReport "ReportName",acViewPreview, , , acDialog
    That does indeed give you a popup report but it also means you have no print preview toolbar
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  6. #6
    MdHaziq is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Location
    Singapore
    Posts
    124
    Thank you guys,

    The database is working just fine now.

    @ridders52,

    Thanks for the file.

    I have taken a look.

    Great example, thanks!

    -------
    Haziq

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 02-28-2017, 02:45 PM
  2. Replies: 2
    Last Post: 03-13-2016, 02:01 PM
  3. Replies: 4
    Last Post: 12-09-2015, 09:02 AM
  4. Replies: 3
    Last Post: 07-22-2014, 11:37 AM
  5. Help on report to open form to open query...
    By saseymour in forum Programming
    Replies: 13
    Last Post: 07-16-2013, 08:11 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