Results 1 to 4 of 4
  1. #1
    BrittKnee is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2020
    Posts
    17

    Creating Multiple Payments for One Invoice (utilizing a subform)

    Hi! I have an existing database and the users are requesting to restructure how payments are recorded. I am updating the database to give the user the option to enter more than one payment per invoice. I have set up a payment table with the following fields:

    PaymentID
    InvoiceID
    Payment_Date
    Payment_Type
    Payment_Amount

    I need to populate the InvoiceID into the payment table as well as display other pertinent data from the invoice query (total due, discout %, etc.). I am attempting to do this using a subform, but am running into issues. I have also tried creating a combo box to select the InvoiceID and enter the payment data. I have attached a screenshot of the form. Any help will be greatly appreciated. Thanks.
    Attached Thumbnails Attached Thumbnails FormViewPayments.PNG  

  2. #2
    Micron is online now Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    I see no navigation control on your subform so there's really no way to navigate from one payment to another for a given invoice. Either enable or switch to a datasheet for the subform. You need InvoiceID on the main form and the subform and set the Link Master & Child fields property for each invoice id control. If you use a combo to filter/find an invoice, don't bind the control (it should not have a recordsource property). Showing id values is ok when developing but usually they are not shown to users. If they are numbers and not meaningful data, those values mean nothing to the user and usually only add confusion.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows 10 Office 365
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870

  4. #4
    BrittKnee is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2020
    Posts
    17
    Thanks for all of your input. I was able to resolve this issue. Just needed to use VBA to refresh. Thanks again.

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

Similar Threads

  1. Replies: 10
    Last Post: 11-04-2017, 03:33 AM
  2. Replies: 1
    Last Post: 04-01-2016, 04:25 AM
  3. Replies: 2
    Last Post: 09-14-2015, 09:01 AM
  4. Replies: 1
    Last Post: 05-11-2015, 11:31 PM
  5. Invoice and payments received
    By esther6086@lowcountry.com in forum Queries
    Replies: 1
    Last Post: 08-13-2013, 06:28 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