Results 1 to 3 of 3
  1. #1
    bkelly is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    17

    subform synchronization

    Windows XP, Access 2003, Neophyte Access user
    I have walked through several tutorials but when applying subforms to my database the subform will not synchronize to the main for. The main form has two cascading combo boxes and the sub form is to display 9 rows where the foreign key matches the primary key from the table for the second combo box, Golf_Course_Index. I have set the master and child like fields. when the form is opened Access promptes for the value of Me.Golf_Course_Index. It has the value, but obviously I have not, um, instructed it properly.



    How do I get my sub form synchronized with my main form.
    I went through the attachments steps to post a zip of my database. I'll check after submitting this.

    Edit, I neglected to say the problem form is frmHoleEditSaved, and it uses subform sfrmHoleEdit3.
    Last edited by bkelly; 09-24-2009 at 11:47 AM. Reason: Left out important information

  2. #2
    SoftwareMatters is offline Access VBA Developers
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    Hi,
    In your subform recordsource you need to change this line:
    [Me].[Golf_Course_Index]
    to this:
    [forms]![frmholeeditsaved]![Golf_Course_Index]

    Regards
    JD

  3. #3
    bkelly is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    17
    I have continued to mess around with the forms and made progress. In the sub form I clicked on it to get the sub form properties. In the Data tab, the one with Link Child and Master fields, the Source Object field was blank. I edited it to tbl_Hole_Data and when I saved, Access changed it to Table.tbl_Hole_Data. Now the sub form has the correct data.

    But now I have a problem in that when the form opens, the sub form is a blank rectangle inside the main form. I see the name of the sub form just above it, and inside it at the top left I see Table.tbl_Hole_Data. All else is white. I cannot get Access to show the any of the controls within the sub form.

    How do I force Access to show the controls wihting a subform?

    Edit: I found the thread solved option somewhere once, but cannot find it again. I still have questions, but the purpose of the OP has been resolved.
    Last edited by bkelly; 09-25-2009 at 04:57 PM. Reason: note resolved

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

Similar Threads

  1. Data synchronization between two offices
    By Hcasty in forum Access
    Replies: 1
    Last Post: 08-13-2009, 08:07 AM
  2. Replication/ synchronization via Internet
    By khuram in forum Access
    Replies: 0
    Last Post: 07-29-2009, 04:33 AM
  3. Combobox synchronization in a subform
    By pe_z in forum Forms
    Replies: 0
    Last Post: 02-26-2006, 01:48 PM
  4. Replies: 1
    Last Post: 12-10-2005, 04:52 PM
  5. Subform in a Subform and relationships
    By St3ph3n in forum Database Design
    Replies: 3
    Last Post: 12-06-2005, 06:34 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