Results 1 to 2 of 2
  1. #1
    ande8698 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Apr 2014
    Posts
    3

    Create a form from table record

    I am using MS Access 2010. At my office we enter all of our data directly into a table and do not use a form for data entry. What I would now like to be able to do is print out a form showing all of the data for one record. Any suggestions on how to accomplish this would be greatly appreciated!

    Thanks

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Report would be better object for printing.

    A parameterized query as form or report RecordSource is one way to limit the output. The parameter can be a popup input or reference a control on form. Review http://www.datapigtechnologies.com/f...mtoreport.html

    However, I never use dynamic parameters in queries. I prefer:

    DoCmd.OpenReport "report name here", , , "ID=" & Me.controlname
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 14
    Last Post: 12-17-2013, 02:09 PM
  2. Replies: 1
    Last Post: 11-20-2013, 10:04 AM
  3. Replies: 1
    Last Post: 05-20-2013, 01:45 PM
  4. Replies: 3
    Last Post: 02-21-2012, 10:59 AM
  5. Create PDF for each record in table/form
    By ChrisCMU in forum Forms
    Replies: 15
    Last Post: 07-28-2009, 01:52 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