<%@LANGUAGE="VBSCRIPT"%> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_CONNprrt_STRING Recordset1.Source = "SELECT * FROM tblContent WHERE pageName='courses'" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> PRRT - Building New Futures.




 
   

IT Training - Improving use of Computers in your Business
2 Day Course

Course Objectives

This course is aimed at clients who wish to make use of computers in their own business. Clients should be intending or already have set up in business.

To make full use of integrating computer programs together to produce business documents.


Course Content

- Use Word's advanced features, templates, supplied templates and designing/saving your own mail merge.
- Use excel to monitor cash flow
- Use access to record customer details
- Use spreadsheet, database or other external information in a word mail merge, filtering and sorting records
- Filtering, sorting spreadsheet and database records and importing the result into other programs
- Importing database records into spreadsheets to process them
- Importing spreadsheet records into databases to filter them
- Understand which programme to use and when


Learning Outcomes

After attendance at the course participants will be able to:

- Use advanced features in Word Processing, Spreadsheet and Database programmes
- Mail Merge, Templates, Cash Flow & Customer Details
- Integrate data from one of these programs into another
- Use external data in mail merge, incorporate data in other programs, process data for one program in another
- Produce letters, reports & publications incorporating data from other programs

It is necessary that clients have basic computer skills and are confident in using the computer.

- >> Back to main IT training page

 
<% Recordset1.Close() %>