Subform Equals Main Form

J

jeremy0028

I have a main form called frmcharges. I also have sub form in
datasheet view called frmChargesSub. In Both forms I have a combo Box
called CmbDx1. What I want to do is when I enter something in DX1 on
the frmcharges it will automatically put it into the field in my
frmChargesSub.

I


Thanks In Advance
 
J

Jeff Boyce

I can't tell from your description what it is in the underlying table(s)
that you are trying to store via your main form AND your subform. Usually,
there wouldn't need to be the same value stored redundantly (except for the
primary key/foreign key.

What are you trying to accomplish? (not "how")

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 
Top