Results 1 to 2 of 2
  1. #1
    ShadeRF is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Posts
    24

    Edit Results


    I have a report based on a query with many different formulas. I need to be able to make it so when a user views the report they can adjust certain #s on the report and have it automatically recalculate the other #s based on their adjustments. I can upload the database to see if they think they could provide assistance. thanks!

  2. #2
    boblarson is offline --------
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    1,272
    You can't edit directly on a report. But you can have a form open to do the edits and then the way to refresh the report is to have it close and reopen. You can do that without it appearing to happen to the user by using

    Application.Echo False

    before you do the close and reopen

    and then

    Application.Echo True

    when done with that.

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

Similar Threads

  1. Replies: 6
    Last Post: 05-14-2012, 07:24 AM
  2. for next with edit records
    By JJCHCK in forum Programming
    Replies: 15
    Last Post: 10-27-2011, 10:38 AM
  3. edit combo box
    By slimjen in forum Forms
    Replies: 1
    Last Post: 10-20-2011, 09:52 AM
  4. Edit user name
    By accessnewb in forum Programming
    Replies: 25
    Last Post: 08-04-2011, 02:52 PM
  5. how to edit listboxes?
    By RedGoneWILD in forum Programming
    Replies: 2
    Last Post: 08-23-2010, 11:53 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