sendtobrad
Nov 23 2008, 11:20 AM
I created a command button to open a form. It prompts me with this window everytime I try to use it.
tblEmergency_Contacts.Wk_phone This is referring to a field in the Emergency_Contacts table which I deleted. It doesn't exist on the table or the form. Why is it still looking for it?
R. Hicks
Nov 23 2008, 11:24 AM
Something is referring to this object ...
The field name may still be included in the query that the form is bound to ...
RDH
pbaldy
Nov 23 2008, 11:24 AM
It is referred to somewhere in the form, either as the control source of a control (or in an expression in one) or perhaps in the order by property. If your source is a query, it could also be there.
sendtobrad
Nov 23 2008, 01:00 PM
Ok. I found it in an expression inside a query. Thanks to all.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.