Subform Equals Main Form

  • Thread starter Thread starter jeremy0028
  • Start date Start date
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
 
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/
 
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.


Set the Control Source in your "ChargesSub" field name to the appropriate field name in "frmcharges". Do in design.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top