Multiple master forms with single detail form

Dear All,

Is it possible to control a single detail form by 2 master forms like attached image?

Best Regards,

Henry

???? 2012-11-19 ??11.14.56.jpg

The pull down menu control the “Locale Information”, which only show related language

Yes it often used in condition where we have to add our table that corelate with previously table in my db.
ex : i have master and master1 table
//of course we have to add key that corelate between both.

  1. In SC form you should add field that contain your master1 field
  2. onload events call sc_lookup makro, of course in the where syntax you must added with key between both table.
  3. on after insert after update events you should add also Insert/Update Command to Save / Update your master1 table.

Try that.