Training

Customer Comments

Very good training course and the trainer had an excellent training style. I have learnt a lot.
A very informative day. Covered all topics and gave lots of helpful tips.
Very detailed and well presented. Excellent course material.
I felt the course was well structured and very well delivered. Amanda was fantastic!!
Very impressed with the course. Michelle was an excellent trainer. I would recommend this course to others.
We really appreciate your approach to the training and also valued your knowledge of the system and how it works.
Great training course and I would highly recommend both you and the training programme to any future clients.

We provide a comprehensive range of training solutions to complement our award winning HR and Payroll product portfolio.

Enquire now

Our team of professional trainers have the ability to deliver training solutions to companies of all sizes from one employee to large corporations with in excess of 70,000 employees.

Our courses are designed and delivered to help you develop a solid understanding of our products.

Whether you are a first time user or just require refresher training, you can expect to receive professional training that will add value to your organisation.

In addition to our regularly scheduled classroom courses we also provide instructor-led web training and e-learning solutions. Our training solutions can be delivered out of our dedicated and fully equipped classrooms based in Reading and Manchester or at your own facility.

For details of our scheduled courses, pricing and availability please:

  • enquire online, or
  • contact the training administration team on +44 (0)161 888 8519.
$(document).ready(function(){ var items = $('.contentSlide').length; var itemWidth = $('.contentSlider').parent().outerWidth() -10; var itemWidthString = itemWidth + "px"; var sliderWidth = itemWidth * items; var cycle = 1; $('.contentSlider').parent().hover(function(){ $(document).data('pausing','true'); $('#paused').show(); }, function(){ $(document).data('pausing','false'); $('#paused').hide(); }); $('.contentSlider').width(sliderWidth); function relax(){ theTimer = setTimeout('go()',5500); } (go = function(){ if ( $(document).data('pausing') != 'true' ) { if ( cycle == 1 ) {$('.contentSlider').css({'left':'0px'}); } else {$('.contentSlider').animate({'left':'-='+itemWidthString},450); } if ( cycle == items ) { cycle = 0; } cycle ++; relax(); } else {relax();} })(); });