I have a database where users log in with a username and their email address. The only problem is the "@" in the email address. When I perform a find in the database, the "@" is a special character and filemaker will not find any records. For example: if the email address is stored in the database as test@test.com, I can do a find on "test" and I am able to find and display the record, but a find on "test@test.com" gives me a "format file not found error". How can I get around this frustration? Argh!