Quote:
Originally Posted by Trek
Elenna, thank you very much!! That worked out great! I did have to remove the back slashes where you were escaping the single quotes, but after that, all is good.
Thanks again, it's very much appreciated!
|
Aha, thanks! I fixed that in my post. That's what I get for copying from a old database backup.

Glad to help!!
We used to do this for very complex database things (specifically messing with the Event Attendance tables) without giving members direct access to the queries. We even added in error checking (like "You aren't RSVPd for this event") by sometimes using variables and if statements.