B
BruceM
I have inherited a database with a table (tblFeedback) that contained a
lookup field called [Status]. I think I have changed it to a regular text
field (by clicking the Lookup tab and changing it from combo box to text
box), but when I try to reference it on a report that is bound to
tblFeedback (by setting the Control Source of an unbound text box to
=[Status], I get #Error. It only happens with that field. I need to do
some concatenation in that text box, so I need that method of referencing
the field rather than binding the text box to[Status]. If I bind a text box
(txtStatus) to [Status] it works, and I can get around the #Error problem by
referencing the control (txtStatus) rather than the field, but I wonder if
there is a way I can purge the Lookup Field remnants (if that is what's
going on) from the database.
lookup field called [Status]. I think I have changed it to a regular text
field (by clicking the Lookup tab and changing it from combo box to text
box), but when I try to reference it on a report that is bound to
tblFeedback (by setting the Control Source of an unbound text box to
=[Status], I get #Error. It only happens with that field. I need to do
some concatenation in that text box, so I need that method of referencing
the field rather than binding the text box to[Status]. If I bind a text box
(txtStatus) to [Status] it works, and I can get around the #Error problem by
referencing the control (txtStatus) rather than the field, but I wonder if
there is a way I can purge the Lookup Field remnants (if that is what's
going on) from the database.