Still a field with #Name? though every control has been renamed

L

Lars Gustavsson

I've checked the rowsource property and it's empty, and the combo is
filled with 4 digit year numbers from 1994 to now, during Form_Load.
The Control Source property is connected to a linked database table
field of 'number' (integer) type. The problem has been rised since I
added a few new fields at the end of the linked database table.

Lars
 
T

Tom Wickerath

Don't know if it is related at all to your problem at hand, but whenever you make a design change
to a linked table, it is a good idea to delete the link and re-create it.

Tom
_______________________________


I've checked the rowsource property and it's empty, and the combo is
filled with 4 digit year numbers from 1994 to now, during Form_Load.
The Control Source property is connected to a linked database table
field of 'number' (integer) type. The problem has been rised since I
added a few new fields at the end of the linked database table.

Lars
 
Top