<%@LANGUAGE="VBSCRIPT"%> <% Dim frontpage Dim frontpage_numRows Set frontpage = Server.CreateObject("ADODB.Recordset") frontpage.ActiveConnection = MM_northerntraining_STRING frontpage.Source = "SELECT * FROM FrontPage" frontpage.CursorType = 0 frontpage.CursorLocation = 2 frontpage.LockType = 1 frontpage.Open() frontpage_numRows = 0 %> Northern Training Limited - Training for the Health and Care Sector

Bespoke Training

Does your organisation have training needs that you are unable to fulfil? By utilising Northern Training’s expertise, you can have courses specifically designed to meet your needs, covering different areas of skills knowledge and qualifications.

Northern Training are truly a bespoke provider, offering a ‘pick & mix’ menu dependent on the needs of your organisation. We can deliver tailor made training, so if you don’t see what you want all you need to do is ask. We have a team of professionals who can create and deliver the course of your choice whether it be care or industry.

 

 
Northern Training Limited. All rights reserved 2006. Web site design : Kudos Web Design Manchester
 
<% frontpage.Close() Set frontpage = Nothing %>