Form Header Control problem

T

Tim Reid

I have a form based on a query that displays fields in the form header and
data is entered in the detail section. When I use the record selector to go
through the records the data in the detail area is updated but not the header
section. I added the header section so that I could insert a tab control at
the top of the detail section. Thanks in advance for any input.
 
M

Maurice

Tim,

Is the query you use in th header the same as the query you are using in the
detailsection? In that case they should navigate sync. It looks like you have
different sources for the header and the detailsection.
 
T

Tim Reid

Thanks Maurice,

The detail section contains a tab control and a subform. Although they are
linked correctly i think i need to refer to the subform control on the header.

Tim
 
Top