I think I've tried all of these areas, but I'll look again !! This is just
driving me mad - I'm going round & round in circles.
I have actually identified what causes the error, but still can't see why...
I have a form with a list of contact details called ContactsSearch
On this form there is a button - cmdGO which opens another form called
ContactsOverview
If the button simply opens the ContactsOverview form, I don't get the
message.
However, if I add [ContactsSearch].[contact id] =
[ContactsOverview].[contact id] into the "where" part of the macro, I then
get the error message.
I am adding the [contact id] = [contact id] where statement so that a user
can select a contact from the first form (which is purely a list of names),
and then see their complete details in the ContactsOverview form.
Not sure if this helps you to help me, or makes it worse, but again I really
appreciate the assistance.
Kind regards
Deb Roberts
Allen Browne said:
Ah, if it's asking for a parameter value, then it is not the name of a
control.
This could happen if:
- there is a field in form's source query that is misspelt;
- there is something in the form's Filter or OrderBy property that doesn't
match a field name;
- there is something in the Control Source of a control (not its name) that
doesn't match a field.
combo
box.