Results 1 to 2 of 2
  1. #1
    daniyalg1 is offline Novice
    Windows XP Access 2010 64bit
    Join Date
    Jul 2013
    Posts
    1

    Lightbulb Filter

    I have 2 Forms 1. Purchase Orders Form 2. Purchase Order1 Form



    Purchase Orders = It is Purchase Order Generation Form
    Purchase Orders1 = It is Invoice Generation Form

    When I create Invoice ie. Supplier =ABDUL KARIM It should Show Only ABDUL KARIM related Purchase Order Number. Not Others.

    For your reference please see attached images.

    Please Help

    regards

    Daniyal
    Attached Thumbnails Attached Thumbnails 1.png   2.png  

  2. #2
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,511
    In properties of the Invoice form, in the LinkMaster and LinkChild, put PONumber (or whatever you named that field)

    Or OnOpen event of the Invoice form do a filter:

    Me.Filter = "Country = " & [Forms]![frmPOOrder]![PONumber]
    Me.FilterOn = True

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

Similar Threads

  1. Replies: 2
    Last Post: 02-20-2017, 11:28 PM
  2. Replies: 0
    Last Post: 03-18-2016, 09:13 PM
  3. Replies: 9
    Last Post: 02-24-2015, 11:19 AM
  4. Replies: 1
    Last Post: 08-16-2012, 01:51 PM
  5. Replies: 28
    Last Post: 03-08-2012, 06:47 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