asks for parameter value

  • Thread starter Thread starter David
  • Start date Start date
D

David

I have been put in charge of reorganizing someone's work
on a database to archive office correspondence. The
tables and relationships are all messed up, so I have
doing a sort of patch-work job to get the application
working.

After changing a form to add records to tblCorrespondence,
I tried to open it up to test it out, and it keeps asking
for a parameter value of a column that I had deleted a
while ago. Why does it do that?
 
in query design view, click Query, Parameters from the menu bar. the
parameter might still be listed there; if so, delete it and see if that
takes care of the problem.

hth
 
I have been put in charge of reorganizing someone's work
on a database to archive office correspondence. The
tables and relationships are all messed up, so I have
doing a sort of patch-work job to get the application
working.

My condolences...
After changing a form to add records to tblCorrespondence,
I tried to open it up to test it out, and it keeps asking
for a parameter value of a column that I had deleted a
while ago. Why does it do that?

The Record Source for the form is probably a Query which still references that
deleted field.

Rick
 
Back
Top