Ahh sorry, I just assumed you were comfortable with solving one set of inequalities and the problem here was actually what to do when it's in the format of two inequalities.
There are also a variety of ways to solve these, so I guess you could take your pick of your favourite

But it's always nice to learn the other methods too.
1) Like you were kind of thinking, you can take cases in the denominator separately. There are a few cases in this, so I'll give you the idea with the first one:
Assume the denominator is positive i.e. x>2
Now since the denominator is positive by our assumption, we can multiply both sides of the equation and it won't affect the inequality sign.
x+2\leq x-2
Now we solve this normally since there is no threat of dividing by a negative. So we get 2\leq -2 but this is obviously wrong, so this means our first assumption that x>2 is wrong.
Now you need to try for the case that the denominator is negative (you don't need to do it for 0, since the denominator can't be 0).
2) The problem with inequalities is that the sign must flip around if you multiply/divide by a negative number. And since we are doing this for x, there will be values that are both positive and negative. But any number squared is always positive, so this is what we can do.
\frac{x+2}{x-2}\leq 1
multiply both sides of the fraction by the same thing: \frac{(x+2)(x-2)}{(x-2)^2}\leq 1
and now you can see the denominator will always be positive, so we multiply through by normal. Then you'll need to re-arrange and make the quadratic equal zero. Do you know how to solve quadratic inequalities?