I have deleted a column inside a table that is used to populate a form in my database. After removing it, and removing the box from the form itself on loading the form it asks for a parameter for the field.
I have already updated the record source hoping that it would resolve the issue but it has not.
Is there a way I can see whats calling the field? I have looked through the VB code and all record sources.
Rather than iterate through the controls and examine the code, you can :
You can then search the text for the relevant field.