In an Access 2010 db one of the users (only one!) gets an error message "Set Parameter Value" and it asks for tblAMR.Description as the value to be set.
There is no field with that name. Nor does the VBA-code includes a reference to any description.
The form is based on a Query and the Query mainly gets it's data from the table tblAMR.
I have developed the db in an English version and the users are using a Swedish version. In the table I have not entered any text in the Description.
For the fields I have entered description for some of them. In one memo field I have entered the letter ":". Could this create a problem? The error message doesn't indicate that though.
Have a nice day
Hugo