Camera Tracking

I want to have my camera track an object in an animation so that wherever I move the camera it always points at the object. Is this possible?
I tried to use constraints, but it ended up pointing the wrong way.

Yes, constraints and “TrackTo” will do it. Just try different combinations for “To” and “Up” settings. Usually they are “To: -Z” and “Up: Y”.

Worked like a charm. Thanks!