Results 1 to 6 of 6
  1. #1
    ddkolb42 is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Sep 2014
    Posts
    1

    One Form - Multiple Tables


    Has anyone ever seen a sample database that can be downloaded to demonstrate how develop relationships that will accommodate a single form serving multiple tables please?

  2. #2
    burrina's Avatar
    burrina is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    In order to develop your relationships, many questions have to answered first.
    1. What is the purpose of the database?
    2. What do you want to happen and when.
    etc...

    Of course a form(s) can use many tables as it's record source but it depends.

    You need to explain your concept for us to offer assistance.

    EDIT: OKay, poor choice of words. You CAN use more than 1 table for your form! Meaning like a Comb box , etc...
    But ONLY 1 table for it's record source.
    Last edited by burrina; 09-03-2014 at 09:33 PM. Reason: Further Explanation

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Ordinarily, a form can enter/edit data for only 1 table. Use form/subform arrangement to interact with multiple tables.

    However, if tables are 1-to-1 relationship then existing records in multiple tables can be joined in a query and they can be edited. I have a database with this arrangement. Creating related records in the multiple tables cannot be done by form bound to a query that includes the multiple tables. I accomplish creating the records with minimal data using VBA code. Then a composite form is opened for users to complete data entry.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #4
    ddkolb is offline Novice
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    5
    I am creating a database that will allow the user to apply a record in one of three separate table. Vendor1 table, vendor2 table, and vendor3 table. these vendors dispense product from vending machines. We want to eliminate the use of recording hand written refunds due to vending machines not providing product and keep money. Since the business expect us to refund the customer, they, in turn refund us. I want to be able to use on form that will feed a report that will act as a receipt for for the vendor when he reimburses us. I hope that is understandable

    I started this with one table and one form. However I need to have the capability to provide EACH vendor with a receipt. When they replenish the petty cash for refunding I need to keep separate tallies for each vendor. I have three tables that I have populated for testing purposes.

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Should not have 3 tables. Should be 1 table with another field for VendorID.

    Apply filter to form by VendorID.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  6. #6
    ddkolb is offline Novice
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    5
    Thank you so much, I will try that.

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

Similar Threads

  1. Replies: 2
    Last Post: 07-15-2014, 10:39 AM
  2. Replies: 14
    Last Post: 01-26-2012, 02:20 AM
  3. Two tables, one form
    By Remster in forum Forms
    Replies: 26
    Last Post: 11-10-2010, 05:24 AM
  4. Replies: 9
    Last Post: 03-24-2009, 09:19 PM
  5. Inserting into multible cell
    By Intersysop in forum Access
    Replies: 1
    Last Post: 10-19-2006, 08:07 AM

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