Recent content by turnerkdavid

  1. T

    update query not updating

    F#*#k There was a typo in my select statement. That's why it wasn't finding anything in the search/select column. Sorry for the troubles. Thanks for helping.
  2. T

    update query not updating

    Oh, right. I changed that too, but still a no go. For testing purposes I changed it to a SELECT query instead of UPDATE just to see what was happening. Interestingly, the query shows a table and then an error message pops up with "Data type mismatch in criteria expression" and as soon as I...
  3. T

    update query not updating

    Thanks Bluishdan, but still a no go.
  4. T

    update query not updating

    query definition
  5. T

    update query not updating

    Sorry I should have included the following: Windows 7 MS Office 10 (32 bit) Access 64bit machine
  6. T

    update query not updating

    Can anybody tell me why the following is working: UPDATE JobTicket_024 SET JobTicket_024.file = Replace([file_name], "networkOldPath", "mappeddriveNewPath") I stole this from a previous update I did to the same table. Now I'm just changing the path again. It doesn't seem to be doing...
Back
Top Bottom