Thanks very much for your help. There is something odd going on. When I
run
the query, it deletes the table designation and gives a message that
the
field is in more than one table. When I put it back, it then runs but
gives
an error message. I have copied and pasted both your alternatives. The
first
gives the same message that a ) is missing, and the second one a syntax
error. Is it worth trying re-installing Office?
Dudley
:
Try this:
District: IIf(Not IsNull([Thoroughfare]),"Thoroughfare=" &
([Thoroughfare]))
However, it'll be better if you use this:
District: "Thoroughfare=" + [Thoroughfare]
--
Ken Snell
<MS ACCESS MVP>
http://www.accessmvp.com/KDSnell/
I get an error message that there is an extra ) in Access 2000 query
District: IIf(NotIsNull([Thoroughfare]),"Thoroughfare=" &
([Thoroughfare]))
I cannot see what is wrong with it
Thanks for any help.
Dudley