Results 1 to 8 of 8
  1. #1
    Sbarnes814 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Sep 2017
    Posts
    8

    move row to a report when status changes.

    Hello, I am very new in Access and need help on this. This would be an ongoing report and When the STATUS changes to "COMPLETE", and the row is filled, I would like an option to move ALL COMPLETE rows from the report to another report for records. Please let me know your thoughts on this and let me know if this can be done. The status line would be NOT AVAILABLE, AVAILABLE, DELIVERED, EMPTY, OR COMPLETE. thanks in advance. It is not letting me upload a copy of my report, and i'm not sure how to reduce the size of it?

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    As for size of upload, Compact and Repair the db and then zip it up to upload.

  3. #3
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    You don't "move" data from one report to another. Reports don't contain data, they only list and/or summarize it. The data a report shows is determined by the data it get as its record source (a table or a query), and determine what records are in the record source by applying the required filters to it.

    So, I assume you have a table which has a status field in it, which contains one of the values NOT AVAILABLE, AVAILABLE, DELIVERED, EMPTY, OR COMPLETE.

    The report for completed activites (or whatever it is) would show only rows where "Status = 'Complete'". When you change a status value, it will automatically be listed in relevant report. Of course, you do have to re-run the reports after making status changes.

  4. #4
    Sbarnes814 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Sep 2017
    Posts
    8
    Thank you RuralGuy, appreciate it.

  5. #5
    Sbarnes814 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Sep 2017
    Posts
    8
    John_G, Thank you for the tips. So much to learn coming from using mainly only Excel. Would I create another report named "COMPLETE"?

  6. #6
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    You're very welcome.

  7. #7
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    Would I create another report named "COMPLETE"?
    You could, especially if the layout of that report differed form the others. However, you still have to ensure that the new report only uses the records with status = "Complete". This is most easily done with the WHERE clause in the OpenReport command, something like this:

    docmd.OpenReport "Complete",,,"Status = 'Complete' "

  8. #8
    Sbarnes814 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Sep 2017
    Posts
    8
    Quote Originally Posted by Sbarnes814 View Post
    Hello, I am very new in Access and need help on this. This would be an ongoing report and When the STATUS changes to "COMPLETE", and the row is filled, I would like an option to move ALL COMPLETE rows from the report to another report for records. Please let me know your thoughts on this and let me know if this can be done. The status line would be NOT AVAILABLE, AVAILABLE, DELIVERED, EMPTY, OR COMPLETE. thanks in advance. It is not letting me upload a copy of my report, and i'm not sure how to reduce the size of it?
    Here is the file I am working with.
    Attached Files Attached Files

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

Similar Threads

  1. Replies: 4
    Last Post: 01-13-2016, 05:45 AM
  2. Move status bar to top of form
    By fat_ankles in forum Forms
    Replies: 6
    Last Post: 12-18-2015, 09:44 PM
  3. Replies: 1
    Last Post: 10-08-2015, 10:59 AM
  4. Replies: 4
    Last Post: 06-20-2013, 10:26 PM
  5. Access status report
    By rohitmc in forum Access
    Replies: 0
    Last Post: 04-11-2011, 06:44 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