Results 1 to 3 of 3
  1. #1
    faca is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Mar 2018
    Posts
    52

    Input in report

    Hello!



    I would like to ask if it's possible to make input box in report?

    This is my work order i would like to print:


    Question is if i can write my own values at
    WORK ORDER NUMBER,
    DATE OF ACCEPTANCE,
    DATE OF SUBMISSION
    DESCRIPTION OF WORK

    before i print this work order or the only way would be to print and than write this by hand?

    Thanks

  2. #2
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,954
    Use forms for data entry not reports
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,825
    If you don't want the values saved to table, you have two options:

    1. enter the values into UNBOUND textboxes on form then textboxes on report reference the form textboxes

    2. not recommend but textboxes on report could have expression that triggers a popup input.

    If you must save the values to table then do input to BOUND controls on form then open report filtered to that record.
    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. Pass value from Input Box to Open Report
    By The U in forum Programming
    Replies: 44
    Last Post: 12-22-2017, 01:31 PM
  2. Keyed input in a report
    By WAVP375 in forum Access
    Replies: 8
    Last Post: 07-29-2015, 11:53 AM
  3. Report Using Input on Form
    By andresdm in forum Reports
    Replies: 3
    Last Post: 03-26-2013, 10:01 AM
  4. Replies: 3
    Last Post: 03-11-2013, 05:11 PM
  5. DISPLAY INPUT PARAMETERS ON THE REPORT
    By fadone in forum Forms
    Replies: 1
    Last Post: 12-09-2005, 10:26 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