Form became "unattached" from table1

S

stephen

All of a sudden my form doesn't show any data in the
underlying table, although there is data in the table,
and even though the correct fields of the table appear on
the "controlsource" line of the controls' properties.

Any suggestions on how the "reconnect" the form to the
table?
 
D

Dirk Goldgar

stephen said:
All of a sudden my form doesn't show any data in the
underlying table, although there is data in the table,
and even though the correct fields of the table appear on
the "controlsource" line of the controls' properties.

Any suggestions on how the "reconnect" the form to the
table?

Is it possible that the form's Data Entry property has been set to Yes?
 
Top