Results 1 to 8 of 8
  1. #1
    Charles CL is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    Dec 2015
    Posts
    35

    Question Blank text box on report to be filled in

    Dear All,



    I have a field which is not related to any field of my database, it is just simple numbering to indicate that the adjacent field's item is the first number (1) and so on. This "number" is not the ID for the particular item. Is it possible to create a text box for user to key in?

    Number Item
    1 A
    2 B

    Attempt to answer:
    I tried to put a combo box at there with predefined records as 1, 2, 3, 4....
    So that user can key in or click on the drop down list icon to select the number.

    However, i think there must be have a better way to do this.

    Please advice.

    Advance Thanks,
    Charles

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    No, cannot 'enter' data into report. What purpose does this number serve?

    Possibly textbox RunningSum property is what you need to use. This property is only available on report.
    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.

  3. #3
    Charles CL is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    Dec 2015
    Posts
    35
    Dear June,

    Thank you for the solution.
    I had successfully make it at properties of the text box,
    Control source = 1,
    Running sum = over group.
    This will auto generate the number with increment for each new records.

    So, there is no way to add text in the text box or label?
    Because under my item, some remarks needed to be key in by the user but the information is not going to be store in my tables.
    I would use grow = yes for the properties of the text box, so that the remarks text box height will auto-adjusted.

    e.g.
    Item
    A <-- from the table
    **Item A represent apple. <-- remark to be key in by user, not stored in table.
    B
    **Item B is not available.
    C
    -blank <--- empty remarks.
    D
    **Item D was shipped.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    The data must be stored in table and report pulls from the table.

    Why would you want to have data on report that cannot be reproduced if the report is run again with the same records?
    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.

  5. #5
    Charles CL is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    Dec 2015
    Posts
    35
    Dear June7,

    The report will be saved as pdf file for digital signature, and all the report will be printed out as hardcopy and send to the third user.
    This remarks (key in by the 2nd user) is useful for the third user only and we are not going to trace back what remark we had make for the third user.
    but other field of records will be stored in the table for future trace back.

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Why is there aversion to saving remarks in table? Open form, enter remarks, run report.
    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.

  7. #7
    Charles CL is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    Dec 2015
    Posts
    35
    Dear June7,

    I get the idea already.
    Create an unbound text box at form and then link to the text box in the report.

    Thanks for the help.

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    But the same remark will show for every record on the report.
    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. Creating a Report with Filled in Data
    By breazzyyy in forum Access
    Replies: 7
    Last Post: 10-01-2015, 02:19 PM
  2. Hide report label when text box is null/blank
    By crsport3 in forum Access
    Replies: 7
    Last Post: 10-30-2013, 07:14 AM
  3. Replies: 3
    Last Post: 10-15-2012, 01:25 PM
  4. Replies: 15
    Last Post: 05-29-2012, 04:46 PM
  5. Replies: 1
    Last Post: 04-26-2012, 08:31 PM

Tags for this Thread

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