I changed computers, and the new one didn't work right, so I put the old one back. Unfortunately, the I.S. guy removed Access 97 from the old computer, so it had to be reinstalled.
After reinstalling (using "select all", to get everything), some of the text handling functions don't work. Specifically, I've got field in queries that use "Str", "Left", and "Right", and they just turn up "error". I'm pretty sure the database is not corrupted.
Here's an example from an append query - it has worked fine until the computer change:
IDNumber: Str([Build Schedule]![Build Date])+" "+([Build Schedule]![Sequence Number])
Any ideas? In the above example, I was able to change it to "Cstr" and get it to work, but I don't really want to go through and change a bunch of things unnecessarily.
After reinstalling (using "select all", to get everything), some of the text handling functions don't work. Specifically, I've got field in queries that use "Str", "Left", and "Right", and they just turn up "error". I'm pretty sure the database is not corrupted.
Here's an example from an append query - it has worked fine until the computer change:
IDNumber: Str([Build Schedule]![Build Date])+" "+([Build Schedule]![Sequence Number])
Any ideas? In the above example, I was able to change it to "Cstr" and get it to work, but I don't really want to go through and change a bunch of things unnecessarily.