ronaldff
08-12-2010, 04:55 AM
Hi!
I have deleted a field from a table; however, when I open a form associated with that table, I get a window asking for a parmeter value for the deleted field - even though I have deleted the field from the design of the form.
How do I get round this?
many thanks
Ron:confused:
Access 2007: Windows XP Home
DCrake
08-12-2010, 04:59 AM
The control source of the textbox will need to be deleted as the form still thinks the field exists.
ronaldff
08-12-2010, 05:37 AM
Thanks for that quick reply - I deleted the control source on the form design - but it still asks for a parmeter value.
this is a new table and form, so it has no links or queries
thnks
Ron :confused::confused:
DCrake
08-12-2010, 06:02 AM
There must be something happening with the form that is referring to this field. At what point is it asking for it?
ronaldff
08-12-2010, 07:26 AM
hi David
open database, then open form - at that point it asks for parameter value
Ron
hi David
open database, then open form - at that point it asks for parameter value
Ron
You must have either a piece of code, macro, or property that refers to that field somewhere in the form. If you have trouble finding it, try using the FREE V-TOOLS (http://www.skrol29.com/dev/en_vtools.htm) which has a thing called TOTAL DEEP SEARCH. It should help you to find the problem.
ronaldff
08-12-2010, 08:53 AM
Hi
Thanks for all your help. the problem has gone away!!!
would closing down the database have reset the table/form in some way?
many thanks
Ron