Sorry, I should have warned you to try this on a COPY of your data first.
Try the following in the Update To cell. Note the added brackets around the
fieldname and the optional addition of the Tablename. Since you only have one
table involved in this query, you should not need the table name, but it doesn't
hurt to have it.
.[FirstName] & (" " +
.[MiddleName]) & (" " + [TName].[LastName])
If that doesn't work can you copy and post the SQL of your query?
(Possibly unneeded instructions follow)
Open the query
Select View:Sql from the Menu
Select all the text
Copy it
Paste it into the message
This might give us a hint in where we are mis-advising you or where the problem
in communication lies.
Randy said:
John,
Tried pasting this in the update field of my update query and it wrote all
zeros in the updated field. After saving the design, it also automagically
put quotes around the field names and the UPDATE section.
I'm assuming I'm doing something wrong! <G>
Thanks!
--Randy Starkey
store
the NULL.
If with
extra fields,
what