Ok, so your type Scot in, and you want it it appear in the subform as well.
The key thing here is how your subform relates to your main form. Does it contain a list of all companies, and you are using the main form to enter a new company?
If this is the case, you want to ensure that the field on your subform is bound to the same data source as the one in the main form. If it doesn't populate right away, you may need to do a requery on your subform.
Like I said the key thing, is how does the subform relate to the main form. Typically you would want to avoid duplicate data having to be entered or displayed.
HTH
Mike
Mike
EchoVue.com
|