I was following a thread about a report that, when printed, requested the contents of a field. The answers said that the field name must be somewhere in the form. My problem is similar, but it appears to have a different cause.
Typically, when a field is requesting user input the dialog box says, "Enter [field name]." However, the dialog box that I receive does NOT have the word "Enter." It just has the word "name."
Let me try to explain. Mistakenly, perhaps, I created a field in the database that had the word "name" as its label, but all in lower case, so I'm not sure if it's a reserved word or not. I have tried to remove this label from the database, but I am getting this curious error. One clue: If I actually enter information in the dialog box, it does not appear anywhere on the report when it prints! So the "error" message is not doing anything fatal but just creating an unnecessary dialog. Any idea how I might go about getting rid of this? I followed instructions in the earlier thread of looking in the recordsource, sorting/grouping or any place else. I have not created any special VisualBasic code where it could hide. I'm stumped.
Typically, when a field is requesting user input the dialog box says, "Enter [field name]." However, the dialog box that I receive does NOT have the word "Enter." It just has the word "name."
Let me try to explain. Mistakenly, perhaps, I created a field in the database that had the word "name" as its label, but all in lower case, so I'm not sure if it's a reserved word or not. I have tried to remove this label from the database, but I am getting this curious error. One clue: If I actually enter information in the dialog box, it does not appear anywhere on the report when it prints! So the "error" message is not doing anything fatal but just creating an unnecessary dialog. Any idea how I might go about getting rid of this? I followed instructions in the earlier thread of looking in the recordsource, sorting/grouping or any place else. I have not created any special VisualBasic code where it could hide. I'm stumped.