Results 1 to 3 of 3
  1. #1
    Mirslr is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2012
    Posts
    3

    Access Report help

    can someone tell me how do i generate info such as name, item name, and then when the user click ok it will show invoice report.



    Please help ASAP.

  2. #2
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    On the OnClick Event simply put code; This opens a form, but you can substitute a Report as well. Good Luck,
    Dim stDocName As String

    Dim stLinkCriteria As String stDocName = "YourFormNameHere" DoCmd.OpenForm stDocName, , , stLinkCriteria

  3. #3
    Mirslr is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2012
    Posts
    3
    here is the database please take a look at it.
    http://www.mediafire.com/?0ytrpc3rpkgv255

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

Similar Threads

  1. Replies: 1
    Last Post: 03-26-2012, 03:01 PM
  2. how to generate this simple report in report ms access
    By learning_graccess in forum Reports
    Replies: 1
    Last Post: 11-26-2011, 02:10 PM
  3. Replies: 4
    Last Post: 12-13-2010, 05:33 PM
  4. Replies: 2
    Last Post: 08-25-2010, 01:42 PM
  5. Replies: 3
    Last Post: 05-21-2010, 03:57 PM

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