Results 1 to 5 of 5
  1. #1
    darkthorn is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2011
    Posts
    3

    Uber noob question about manually built split form

    Since the split forms can't be used on a navigation form I am trying to manually build a split form and the appearance is great, but I cannot find how to link the subform to the main form for record navigation. I am sure it's really something stupid that I'm missing, but for the life of me I can't figure out what it is.



    Thanks for anyone that can help this short bus inclined person.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Set Master/Child link properties of the subform container control.

    Both forms have the same RecordSource? You want to allow editing in both? Not sure this will work. Think will produce RecordLock conflicts.
    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
    darkthorn is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2011
    Posts
    3
    Quote Originally Posted by June7 View Post
    Set Master/Child link properties of the subform container control.

    Both forms have the same RecordSource? You want to allow editing in both? Not sure this will work. Think will produce RecordLock conflicts.
    Thanks for the reply.

    Both have the same recordsource, which is a table. It's about as basic of a mapping as I can make, when I try to set the parent and child links the datasheet only displays the currently selected record of the main form.

    What I'm trying to do is display the datasheet in the sub form and have the matching row data displayed in the form controls, just like in a split form.

  4. #4
    darkthorn is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2011
    Posts
    3
    Quote Originally Posted by darkthorn View Post
    Thanks for the reply.

    Both have the same recordsource, which is a table. It's about as basic of a mapping as I can make, when I try to set the parent and child links the datasheet only displays the currently selected record of the main form.

    What I'm trying to do is display the datasheet in the sub form and have the matching row data displayed in the form controls, just like in a split form.
    Whoops, forgot to answer one of your questions, no, I don't want editing in both, I want the row selection to be done in datasheet but all editing done in the form.

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Yes, because both have same recordsource and the link is the uniqueID, Master/Child linking is not relevant.

    What you want is to have user select record in subform (set properties AllowEdits, AllowDeletions, AllowAdditions to no) and mainform go to the selected record. I have never seen anyone try this. Usually, a choice is made in an unbound combobox and then code will filter or move to record meeting the criteria.
    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.

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

Similar Threads

  1. Please help noob question.
    By Deano in forum Forms
    Replies: 3
    Last Post: 01-24-2011, 12:33 PM
  2. Manually Split a Database
    By ksmith in forum Programming
    Replies: 3
    Last Post: 12-01-2010, 03:15 PM
  3. Total Noob Question
    By skubeedoo in forum Access
    Replies: 18
    Last Post: 09-23-2010, 03:03 PM
  4. Replies: 9
    Last Post: 07-21-2010, 06:34 AM
  5. HELP NOOB! Easy question
    By SigmaBlu in forum Queries
    Replies: 1
    Last Post: 10-10-2009, 11:23 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