Results 1 to 4 of 4
  1. #1
    GCS is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2011
    Location
    Swartz Creek, MI
    Posts
    10

    Smile Split forms

    Hello... This is my first post so please be patient with me.

    I work for a Christian school and am designing a database to track our auction items. I have two tables: Items (one record per each item donated with a unique Item# for each) and Lots (one record per lot up for auction - some auction lots are multiple items that have been bundled to make one lot). Tables have a one (lot) to many (items) relationship.

    I have designed an lot form but would like it to be a split form with the bottom half showing only the items that have the same lot ID#.



    Can I do it in a split form or do I need to use a subform? If I can do it with both, which is better to use?

    Thanks for any help you can give me!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    I don't like split form and avoid it.

    If you want to be able to edit fields from both tables, need to do a form/subform arrangement.

    I guess a split form can have a subform. You could try.
    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.

  3. #3
    dblife's Avatar
    dblife is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Nov 2011
    Location
    South Shields, UK
    Posts
    104
    Sounds like a great project!
    You can do this by basing a form on a select query.
    How?
    Create a form of all the lots in single form view.
    Then, go create a new query from the table with the lot ID's and in the criteria box for the lot ID write Forms![FormFromPreviousStep]![LotID]
    Use this new query to create a new form in Datasheet view called 'fSelectedLot'.
    On the form from step one, create a button using the wizard to open 'fSelectedLot'
    When you run it normally, hitting this button should allow you to see only the items in the lot you have chosen.

  4. #4
    GCS is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2011
    Location
    Swartz Creek, MI
    Posts
    10
    Thanks!!!

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

Similar Threads

  1. Multiple forms or embedded sub-forms
    By Juicejam in forum Forms
    Replies: 2
    Last Post: 08-23-2011, 07:31 AM
  2. Replies: 1
    Last Post: 01-04-2011, 05:04 AM
  3. Split forms and filtered ComboBoxes
    By wakp in forum Forms
    Replies: 0
    Last Post: 12-01-2010, 11:10 AM
  4. Split Forms
    By bmclachlan in forum Forms
    Replies: 1
    Last Post: 08-17-2009, 02:32 AM
  5. Replies: 4
    Last Post: 04-01-2009, 08:49 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