Is there a way to (easily) prevent certain characters from being entered into fields? I know inputting certain characters can cause queries to break (I believe the technical term is SQL injection). The two I am most concerned about the users off hand entering are & and an apostrophe. Some of them just use ampersand in their normal typing, where as others would use an apostrophe to designate footage. I believe the way I designed it, the fields those may be entered in wouldn't cause a problem but better safe then sorry.