What do I need to enter - pop up "Enter Parameter Value"

  • Thread starter Thread starter Marcus
  • Start date Start date
M

Marcus

in Critera i have entered the following :
LEFT([WM WEEK],2)

To trim the week number from another column. When I try to view the query,
I get the pop up "Enter Parameter Value". I do not know what to enter, as I
am a new Microsoft Access user.
 
Marcus said:
in Critera i have entered the following :
LEFT([WM WEEK],2)

To trim the week number from another column. When I try to view the
query, I get the pop up "Enter Parameter Value". I do not know what
to enter, as I am a new Microsoft Access user.

You get that any time Access sees what looks like a field reference, but
where that field name cannot be found. Usually this means you mis-spelled a
field name.
 
Back
Top