2 same subforms

P

Philippe

Hello,
I have two same subforms in one form.
One is in datasheet view and the other in form view to enter the data and to
use some buttons.
I don't have any interaction between my two subforms and I would like.
Can you help me?
Regards,
Philippe
 
L

ldiaz

I think you need a subformname.requery on after Update event to refresh datas
in your subform, same with the form.


other way is to work with:
Link Child Fields
Link Master Fields.


if you are using office 2003, you can use as example the Nortwind sample
data base,

Help>Samples Data Bases...>Northwind Sample Database.

Thanks
LD





Lorenzo Díaz
Cad Technician
 
Top