synchro of two continuous subform (row per row)

Y

yanez

Hi to all!
sorry for my English...
I have a three tbls: customers, orders, and delivery_moment that represents
particular days and hours when ordered items are delivered to customers
Each customer has his own code, and orders has this code as a foreign key;
orders and delivery moments are related through an id field
I have a master form for delivery_moment and two continuosu subform:
sbfrmA for orders of that particular deliverymoment in which each customer
is represented by its code and ordered items follow
sbfrmB where I would display correspondent extra datas of the single
customer (First Name...) basing on the customer_code control on sbfrmA.
Being continuos forms the correspondance must be row per row.

Could you help me?
thx
 
Top