Morning, I have my query that I am using to extract data from one table and trying to get it to update to another table. The table I am trying to update to is update, the field is objectcode.
The query that extracted the data has the result as myval. The query does pull up and lists the results I am wanting but when I go to make it an update query, it either prompts me, or it shows 0 records depending on what I swing around. I know I am missing something very simple
MyVal: Mid([Object],3,6) is what I am pulling to get my data. I have been trying to use that in an update query as the source and then trying to get that to write to the update table in field object code.I have a format in there that will add my characters I need before and after the extracted text, I just need to get the data there.
Any ideas on where I am going wrong????
julius.gazdag@centurytel.com
Im a Telco guy, I can get you where you want to go, but I can't guarantee it will work when you get there!
The query that extracted the data has the result as myval. The query does pull up and lists the results I am wanting but when I go to make it an update query, it either prompts me, or it shows 0 records depending on what I swing around. I know I am missing something very simple
MyVal: Mid([Object],3,6) is what I am pulling to get my data. I have been trying to use that in an update query as the source and then trying to get that to write to the update table in field object code.I have a format in there that will add my characters I need before and after the extracted text, I just need to get the data there.
Any ideas on where I am going wrong????
julius.gazdag@centurytel.com
Im a Telco guy, I can get you where you want to go, but I can't guarantee it will work when you get there!