ListO
Señor Member
- Local time
- Today, 22:01
- Joined
- Feb 2, 2000
- Messages
- 167
How hard can this be? But I'm stumped.
A very simple query that should pull up fields with zero-length, to be used in cleaning up the database:
Running Access 2007, I receive an 'Invalid Argument' message. Same query works with Access '97.
Any takers?
A very simple query that should pull up fields with zero-length, to be used in cleaning up the database:
Code:
SELECT Characters.CharName, Characters.*
FROM Characters
WHERE (((Characters.CharName)=""));
Running Access 2007, I receive an 'Invalid Argument' message. Same query works with Access '97.
Any takers?