yes the table and form is called directors, however
the variable is taken from the form contact_details.
the form directors is only used if the condition is true or we wish to add new data
yes the table and form is called directors, however
the variable is taken from the form contact_details.
the form directors is only used if the condition is true or we wish to add new data
See if:
intChk = DCount("*", "directors") > 0
...still throws an error.
the error is gone,
but its not checking to see if true or falso
That tells you Access does not like something in the criteria:
"[contact] = '" & Me.[contact name] & "'"
...it implies the two are not the same datatype.