Results 1 to 2 of 2
  1. #1
    Tylerluk1 is offline Novice
    Windows Vista Access 2007
    Join Date
    Jul 2015
    Posts
    7

    Macro to move completed order to another form.


    Hi,

    I have created an access database to track orders through out production. I have also created a form labeled "orders" with a subform where it has all the orders information, customer info and product info. Along with this there are 3 check boxes for each order they are labeled, "Routed", "Pressed" "Finished". I am looking for a macro for when I click the "finished" check box that order is moved to another form to reduce the amount of clutter on the orders form. Is there anyway to do this?


    Thanks

    Tyler

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    you dont 'move' records to other forms. Forms show data from a query.
    You can mark data where another forms query shows it there.

    frmActiveRecords, the query will show records where [status] = "Open"
    and
    frmClosedRecs , the query will show records where [status] = 'Closed'

    just mark the record, theres no 'moving'.

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

Similar Threads

  1. Emailing a completed form
    By ryanmce92 in forum Forms
    Replies: 15
    Last Post: 08-12-2015, 07:53 AM
  2. Replies: 1
    Last Post: 07-30-2015, 05:52 AM
  3. Replies: 1
    Last Post: 09-17-2014, 04:40 PM
  4. move a form with a macro
    By orcaa in forum Programming
    Replies: 1
    Last Post: 01-19-2013, 11:31 AM
  5. macro running in order
    By dumbledown in forum Access
    Replies: 2
    Last Post: 09-03-2012, 08:05 AM

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