F
FredFred
I'm old to Access and new to access programming.
An event procedure never seems to recognize the new names of renamed fields.
In fact, it does recognize and access renamed fields by their previous
names. (So, this isn't the usual error of failing to update the code to
reflect field name changes, it's sort of the opposite)
For example, lets say I change a field name in the table from FieldA to
FieldB. If I update it's call in the code from FieldA to FieldB, it errors
out saying "can't find field". But if I use the previous (now gone)
"FieldA" field name in the code it accesses the field just fine.
Using Access 2003.
An event procedure never seems to recognize the new names of renamed fields.
In fact, it does recognize and access renamed fields by their previous
names. (So, this isn't the usual error of failing to update the code to
reflect field name changes, it's sort of the opposite)
For example, lets say I change a field name in the table from FieldA to
FieldB. If I update it's call in the code from FieldA to FieldB, it errors
out saying "can't find field". But if I use the previous (now gone)
"FieldA" field name in the code it accesses the field just fine.
Using Access 2003.