scubadiver007
Registered User.
- Local time
- Today, 11:31
- Joined
- Nov 30, 2010
- Messages
- 317
I want to create a new field in a table based on two other columns called ID.
This is the SQL I currently have:
UPDATE dbo_ES_factbase SET dbo_ES_factbase.ID = [gppracticecode] & " - " & [quartercode];
It doesn't throw up an error but there is nothing in the rows.So what am I doing wrong?
This is the SQL I currently have:
UPDATE dbo_ES_factbase SET dbo_ES_factbase.ID = [gppracticecode] & " - " & [quartercode];
It doesn't throw up an error but there is nothing in the rows.So what am I doing wrong?