Update Query (1 Viewer)

geno

Registered User.
Local time
Today, 12:14
Joined
Jun 19, 2000
Messages
243
I have a table with customer info. In the table is a field that uses a lookup table for the store the customer shops at. Some of these fields are null. I need to update them with the proper store name. I did a query with the city field and the store field. In the criteria for the city, I selected one city and in the store field I set it as null.
When I try to do an update query on the store field I get an error. There are over 2000 records that need to be updated, too many to do manually. Any suggestions?
Thanks in advance.
 

pcs

Registered User.
Local time
Today, 06:14
Joined
May 19, 2001
Messages
398
>When I try to do an update query on the store field I get an error.<
what error do you get and what the source table for the lookup table.
i suspect that your query will need to based on both of these tables...

al
 

Users who are viewing this thread

Top Bottom