why does an update query ask for a paremeter?

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

Guest

I am trying to set up a new update query. However it keeps asking me for a
parameter in the name field. I have never had this problem before. Needless
to say it is not updating.
 
You need to share your sql, maybe your table structure with field names,
exact error message,...
 
Any (Field) name not recognised by the JET engine is assumed to be a
Parameter ...

Check the spelling in your Query / SQL.

If you can't find qhat's wrong, post yout Table details, the SQL String and
the message requesting the param value ...
 
Back
Top