Results 1 to 5 of 5
  1. #1
    Erictsang is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    154

    construction of the Database

    Dear all



    I have a question in building up a database for payment record, to record if the payment is paid.
    If the payment is paid, we have a record of the receipt.


    a) i got a master table for all client details such as names, amount, payment mode

    b) i made a query to sort and split another table from the master table- Payment for payment mode and amount

    c) in this table, i convert it into a form and add a field - Receipt ( if the payment received i input the receipt no)

    All can be joined by ID.

    How can i make it work ?
    Eric

  2. #2
    ranman256's Avatar
    ranman256 is online now VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    you just did.
    the receipt button can print from the form
    docmd.openreport "rReceipt",acViewPreview,,"[id]=" & txtID


    on the master form, you can have 2 subforms....1 to show billing, 1 to show payments.

  3. #3
    Erictsang is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    154
    i have no idea why but they are not sync

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    What is not in sync? The report method shown or subforms? If subforms, the master/child link properties of the subform control(s) need to be set to the appropriate fields.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  5. #5
    Erictsang is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    154
    i double checked the file, and i found that i updated the master table and made a subform for payment where i have the i need t insert the receipt no

    Somehow i found that the record is not updated. Say i imported more 10 records in the Master table, the subform is still remind the same. But when input the record in subform , say the payment amount and the receipt no. It reflected the master table
    So strange

    Eric

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

Similar Threads

  1. Replies: 24
    Last Post: 09-09-2017, 09:38 AM
  2. Construction Cost Estimating
    By minimal in forum Database Design
    Replies: 1
    Last Post: 08-24-2012, 02:15 PM
  3. Automating report construction from queries
    By arthurpenske in forum Access
    Replies: 10
    Last Post: 09-16-2011, 04:01 PM
  4. DB construction help
    By Andy_d in forum Access
    Replies: 15
    Last Post: 04-15-2011, 08:30 AM
  5. Need help in setting up a DB construction
    By ClownKiller in forum Database Design
    Replies: 5
    Last Post: 01-06-2011, 06:21 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