That title was just an example of the problem. I have a field where the data should be formatted a certain way:
StoreID-EmployeeID-Date
However, some records are entered as:
EmployeeID-StoreID-Date
How can I write a query to change the wrong records and reformat them properly?
Thanks!
StoreID-EmployeeID-Date
However, some records are entered as:
EmployeeID-StoreID-Date
How can I write a query to change the wrong records and reformat them properly?
Thanks!