From: sonofroy on
I have a form with tabbed subforms on it.

subform1 - datefield1
subform2 - datefield1

When I fill out subform1 I then tab to subform2 and I would like the data in
datefield 1 to carry over to the datefield1 in subform2. Is this possible?


From: Jeff Boyce on
It is a bit unusual in a well-normalized relational database to have to
store the same fact more than one time.

If you'll describe a bit more specifically what having the same fact (date
info?) in two places will allow you to do, folks here may be able to offer
more specific suggestions.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"sonofroy" <sonofroy(a)discussions.microsoft.com> wrote in message
news:C42A669C-9819-4A69-B099-299B0BAB8140(a)microsoft.com...
>I have a form with tabbed subforms on it.
>
> subform1 - datefield1
> subform2 - datefield1
>
> When I fill out subform1 I then tab to subform2 and I would like the data
> in
> datefield 1 to carry over to the datefield1 in subform2. Is this possible?
>
>