D
Dustin
I have a table titled Internet Usocs 1-11-10 that I am trying to update the
field titled Primary Phone. I need to make the Primary Phone field to
included dashes (###-###-####). I used the following in an update query:
Format("Primary Phone","###-###-####")
I also used an SQL statment below:
UPDATE Internet Usocs 1-11-10 SET Internet Usocs 1-11-10.Primary Phone =
Format([Primary Phone],"@@@-@@@-@@@@")
WHERE (((Len([Primary Phone]))=10));
Each time I get an error stating: Microsoft Office Access didn't update
5626 fields(s) due to a type conversion failure.
Does anyone know what my problem could be?
field titled Primary Phone. I need to make the Primary Phone field to
included dashes (###-###-####). I used the following in an update query:
Format("Primary Phone","###-###-####")
I also used an SQL statment below:
UPDATE Internet Usocs 1-11-10 SET Internet Usocs 1-11-10.Primary Phone =
Format([Primary Phone],"@@@-@@@-@@@@")
WHERE (((Len([Primary Phone]))=10));
Each time I get an error stating: Microsoft Office Access didn't update
5626 fields(s) due to a type conversion failure.
Does anyone know what my problem could be?