Hi.
I added a new field to an existing table and now want to populate that field from an existing form (subform actually).
I created a text box and, using the expression builder on the text box's ControlSource property, created the following syntax:
[TableName]!NewFieldName
I'm getting a #Name? message in the text box now?
Any ideas how to make the new field usable?
TIA
Mark
I added a new field to an existing table and now want to populate that field from an existing form (subform actually).
I created a text box and, using the expression builder on the text box's ControlSource property, created the following syntax:
[TableName]!NewFieldName
I'm getting a #Name? message in the text box now?
Any ideas how to make the new field usable?
TIA
Mark