Results 1 to 2 of 2
  1. #1
    zyltar is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jan 2011
    Posts
    6

    Works with Navigation forms as Master/Child Forms

    Hi,



    I would like to Use Navigation forms as form/subform.

    I have a navigation form which is bound to a recordset and in the header I display some information about the selected client. I would like to synchonize the included "subforms" with the dataset in the header of my navigation form.

    I did'nt find any built-in possibility.... will I need to filter manually every forms included in my navigation forms ? Or does it exist an easier way ?

    Many thanks in advance for your help.
    Regards

  2. #2
    zyltar is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jan 2011
    Posts
    6

    Cool A possible way to solve that

    Hi,

    As I don't see any answer, I explain how I do that, and if someone has a easier way to do that, please tell me.

    On the queries of the "subform" in the navigation form I put in the were clause the common id_fields.

    Now with VBA I have to insert manually the foreign key in the field. Then I put a trigger on exit of one of the mandatory fields and I test if my foreign key is null, and if it is, I add the value of the id_field in the top of my navigation form.

    Navigation forms are a great improvement of recent access version but the fact we cannot have open args and filter and where clause in the forms embedded in is a very important missing feature.

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

Similar Threads

  1. Search forms and sub forms
    By FadingAPE in forum Forms
    Replies: 1
    Last Post: 12-15-2010, 01:59 PM
  2. Master/Child between Subforms
    By Pilotwings_64 in forum Forms
    Replies: 3
    Last Post: 08-22-2010, 01:45 AM
  3. Replies: 2
    Last Post: 06-14-2010, 03:25 PM
  4. Replies: 3
    Last Post: 10-18-2009, 09:17 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