Vandy,
Click on trhe subform control. There are properties called LinkMasterFields
and LinkChildFields. The mainform subform needs a common field to match up
the records, such as MainTableID. If MainTableID is an autonumber and
primary key for example, you would need the same field in the subtable with
the same datatype, in this case a long integer.
In this example, you would enter MainTableID as the LinkMasterFields and
LinkChildFields values. This will synchornize the forms.
God Bless,
Mark A. Sam
"vandy"
news:791AA518-9429-4408-B906-A5E67A9F63B3@microsoft.com...
>I have a form that has a subform linked to it. It is a continuous form. How
> to make is display the current record. Right now if there are 2 records in
> the subform for the transaction i have to use the record selector to
> display
> the the 2 record. can it display the current new record. i know in
> datasheet
> view i should be able to get 1 and 2 records if it is populated can this
> be
> done in continous form.
>
> Thanks in advance