Parameter query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I deleted a column in my table, now the query comes up with a parameter query
looking for information that was in that column. I can't delete the column in
the query - what do I do
 
tinladie said:
I deleted a column in my table, now the query comes up with a parameter query
looking for information that was in that column. I can't delete the column in
the query - what do I do

How can you expect to see data that isn't there? You must either delete the
column in the query or the reference to the field in the table.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top