Help with Subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a main form with a subform. In the main form I have three
fields called Key Ring number, Location , and number of keys. On the Sub I
have two fields, Key number and location for key. When I enter data into the
Key Ring number on the main, it automaticlly places that number in the key
number field. I checked the control source on both and they are set to their
prospective fields in their own tables. Any Help! Thanks in advance.
 
Mike said:
I have created a main form with a subform. In the main form I have
three fields called Key Ring number, Location , and number of keys.
On the Sub I have two fields, Key number and location for key. When I
enter data into the Key Ring number on the main, it automaticlly
places that number in the key number field. I checked the control
source on both and they are set to their prospective fields in their
own tables. Any Help! Thanks in advance.

What do you have set for the MasterLink and ChildLink properties of the
sunbform control? Those fields are automatically copied from the master
form to the child form.
 
Back
Top