Controls are deactivated after query

A

ALAS

I am working in InfoPath 2007 and am using Access. When I query for
information on some users nonrepeating controls in a layout table are
deactivated and are read only. There are two records for which when I query
the controls are fully active.

Any ideas on what's causing this or where I should look to resolve the issue?
 
G

Greg Collins

Such behavior is usually an indicator that the controls that become disabled
are no longer bound to nodes. In other words, when you query, the returned
set does not contain nodes for the controls that go disabled.
 
Top