Insert Survey Data into a Database: Dreamweaver & Access 2007

Size: px
Start display at page:

Download "Insert Survey Data into a Database: Dreamweaver & Access 2007"

Transcription

1 Insert Survey Data into a Database: Dreamweaver & Access 2007 Site Preparation 1. Open your User folder and create a folder titled InsertData_Local. Do NOT place this folder inside PUB. If you are working at home on your own computer, create a folder titled InsertData_Local on your local hard drive. 2. Inside your User folder, open your PUB folder and create another folder titled InsertData. The names of your folders may differ from those listed here. Important: It is critical that you do not place both folders inside PUB. Only the InsertData folder should be in PUB. The local (InsertData_Local) folder must NOT be in PUB. You can lose data. 3. Open the InsertData_Local folder. 4. Create two folders in InsertData_Local. Name one folder Data and the other Forms. Storing Data: Creating a Database Files In this exercise your will have data stored in an Access database. 1. Open Microsoft Access. 2. Click the Office button and select New (see Figure 1) and in the lower right corner of the screen the Blank Database field displays (see Figure 2). You may also click Blank Database under the New Blank Database label at the top center of the screen. Figure 1. Access 1

2 Figure 2. Blank database 3. Click the Folder icon (see Figure 2) and browse to locate the Data folder that is inside your InsertData_Local folder. The File New Database box appears (see Figure 3). 4. As shown in Figure 3, in the Save as type box, select Microsoft Office Access Database ( form)(*mdb). 5. Type a name for the database. In this example, the database file is named clients.mdb. 6. Click the OK and the File New Database box disappears. 7. Click the Create button (see Figure 2). Figure 3. File New Database 8. On the next screen that displays, click the View button (on the Home tab) in the upper left corner of the screen and select Design View (see Figure 4). 9. The Save As box appears requesting that you name a Table. Give the table a name. In this example the Table name is userinfo. The Design View should then display. 2

3 Figure 4. DB design view 10. Under Field Name enter FName (see figure 5). 11. Press the Tab key to move to the Data type column. Select Text. 12. Press the Tab key to move to the Description column. Type a description, such as the Users first name. 13. Enter additional fields by replicating figure 5. For this example, enter three additional fields named as follows: Lname, , and Address. When you are done, you should have a total of five fields, the four you created and an ID field (see figure 5). Figure 5. Design view 14. Click the View button (upper left corner, Home tab) and select DataSheet View. 15. You ll get prompted to save the table. Click Yes. 16. The Datasheet view should display (see figure 6). If your table does not open in the Datasheet view, then select View >> Datasheet view. You can toggle between the design and datasheet views using the View option. 3

4 Figure 6. Enter user information 17. Close Access. NOTE: If the database file is open when your Web page attempts to submit or read data from the table, it will not function. Create a New site (Dreamweaver Site Definition) 1. Open Dreamweaver 2. Select Site >> New Site and the Site Definition box appears. 3. Click the Advanced tab. 4. Under Category, click Local Info. Type a name in the Site Name box. 5. Click the folder icon to the right of the Local root folder box and browse to your InsertData_Local folder (see figure 7). In this example, my local folder is on my home PC and not in my User folder. Figure 7. Site Definition 4

5 Remote Info 6. Click Remote Info under Category on the left side of the Site Definition box (see figure 8). Figure 8. Site Definition remote info 7. Under Access select FTP Complete the text boxes with the following information: FTP host: Host directory: /users/yourlastname/pub/jma308/insertdata The host directory information here assumes that you made a folder titled InsertData and placed it inside a folder titled JMA308 which is in your PUB folder. Your Host directory information may differ. For instance, you may have created a folder called InsertData_Remote and placed that folder inside your PUB folder. If so, the host directory information would read as follows: /users/yourlastname/pub/insertdata_remote/ For the example shown in figure 8, the folder Login is inside a folder title JMA308, which is inside PUB. 8. Type your username and password (password is preceded by jma/) and press the Test button. You should get a confirmation that the test was successful. If so, click the OK button to dismiss the confirmation box. If the test was not successful, check to ensure that your path to the folder is correct and that you didn t make a typo. 5

6 Testing Server 9. Click Testing Server under Category (see figure 9). 10. Select ASP VBScript for the Server model. 11. Select FTP for Access. 12. Your information should be filled out. Click the Test button. 13. When you get the confirmation that the test was successful, click OK and then click OK to close the Site Definition box. Figure 9. Site Definition testing server 6

7 Create the Form 1. After you create the database, folders, and make your Dreamweaver site, create a Web page that has a form. Select File >> New. From the New Document box, choose Blank Page and ASP VBScript and then click the Create button (see Figure 10). Figure 10. New Blank ASP page 2. Save the page as Insert.asp inside the Forms folder that is inside the Local (InsertData_Local) folder. Do not need type.asp because the extension will be appended to the file name automatically. 3. Add some text to the top of the page and give the page a Title. 4. Create a form. Select Insert >> Form >> Form. A red rectangle appears on the screen. 5. Add four text fields to the form (inside the form area the red rectangle). Select Insert >> Form >>Text Field or click the Text field button. 6. Give each text field a label (See figure 11). Label the first text field First Name, the second, Last Name, the third , and the fourth Address. 7. After you add the four fields, give each of them a name (a name is different from a label). Click on each text field and in the Property box type a corresponding name. In this example, the clients.mdb database contains four fields: Fname, Lname, , and Address. Figure 11 below shows the first text field as selected and the field name 7

8 (Fname) is typed in the TextField box. Name your four fields as Fname, Lname, , and Address. Figure 11. Text field Name 8. Add a submit button after the text fields. Insert >> Form >> Button. Upload the Site In the next several steps, you ll make a connection between your Insert.asp page and the clients.mdb database file. Prior to doing so you need to upload your site to the InsertData folder inside your PUB folder. 1. In Dreamweaver, select Window >> Files. In the Files window, you should see the Data and Forms folders. Make sure that the page, Insert.asp is in the Forms folder. The Access file (e.g., clients.mdb) must be inside the Data folder. 2. At the top of the Files window, click on the site name the folder at the top of the list. To upload the site to the InsertData folder, click the blue arrow that points up (see figure 12). Alternatively, you can right-click on the site folder and select PUT. This action uploads the site. 8

9 Figure 12. Files window 3. The Background Activity box displays. You may get prompted to save your files or to put dependent files, click Yes. In some cases, if the upload procedure does not complete, make sure the Access (clients.mdb) file is closed. The Database Connection Now that your files are uploaded, you can make a connection to the database. 1. Go to (or open if necessary) the Insert.asp page in Dreamweaver. 2. Select Window >> Databases and the database window appears. 3. Click the + sign and select Custom Connection String (see figure 13). Figure 13. Databases 4. In the Connection Name box, type a name for the connection (e.g., Conn_Insert) (see figure 14). 5. Type the following in the Connection String box: 9

10 "Data Source=" & Server.Mappath("../data/clients.mdb") & ";Provider=Microsoft.Jet.OLEDB.4.0;" The above information assumes that you have a main folder (e.g., InsertData) in which you have two sub folders, Data and Forms. Inside Data is an Access database file titled clients.mdb. The Forms folder contains your Web pages. Figure 14. Custom connection string 6. Check the User drivers on testing server option and then click Test. You should get a prompt that the connection was successful. 7. Click OK to close the Custom Connection String box. 8. Your database window should look like figure 15. If you need to edit the database connection, you can double-click the database icon (yellow cylinder) shown in Figure 15. Figure 15. Database window Creating a Survey Response page After a user submits the form, you need a page that will let him/her know that data were submitted. In this example, we will also display the submitted records. 1. Create a new dynamic page in Dreamweaver. File >> New and then make a blank ASP page. 2. Give the page a title and then add the following text to the page: Thank you. Your information has been submitted. 10

11 3. Save the page as Results.asp and save it inside the Forms folder. 4. You will finish this page after you complete the next step (Insert Records). Insert Records 1. Open the Insert.asp page. 2. Select Window >> Server Behaviors. On the Server Behaviors panel, click the + sign and select Insert Records. The Insert Records box displays (see figure 16). 3. Select the following options (see figure 16): Connection: Conn_Insert or whatever you named the Database connection created in the previous section. Insert into table: If you are using the clients.mdb file that you ve created in this example, the table name will be userinfo, which corresponds to the name of the table that you made when creating the database file. In the example shown in figure 16, clients was used as the table name. After Insert, go to: Results.asp or the page you created to display after the user submits the form. 4. Click on each item in the Form elements box to ensure they are associated with a field in the database. 5. Click OK. Figure 16. Insert Record window Test the Site and set Write Permissions 1. Upload the site to the InsertData folder. 2. Before data can be submitted, you must set the write permission of the Data folder. Right-click the Data folder in the remote location (the Data folder inside PUB) and select Properties. Click the Security tab. Under Group or user names click web web(web@jma.duq.edu) and then click Edit (see Figure 17). 11

12 Figure 17. Permissions 12

13 3. Click web again and then click the checkbox for Modify under Allow (see Figure 18). Click OK. Figure 18. Permissions 4. Open a Web browser and type the URL to open the Insert.asp page. 5. Complete the form and click the Submit button. You should then see the Results page. In addition, if you open the clients.mdb file inside the InsertData folder, you should see the information you submitted. When you upload your files, you have two copies of each file, one in the local folder and the other in the remote folder. If after submitting data you open the database file inside the local folder, it will be empty because data were submitted to the database file in the remote folder. When the database file in the local folder is empty and its copy in the remote folder contains data and you upload the site, the local copy overwrites the remote copy (and you can lose data). Display the Records 1. Open the Results.asp page. 2. Below the Thank you, your information has been submitted message type the following: The following individuals have been added to the client list. 3. Click below the message and then open the Server Behaviors panel. 13

14 4. Click the + sign and select Recordset (Query). 5. In the RecordSet box type a name for the Record set (e.g., RS_DisplayRecords). 6. Select the Conn_Insert item for the Connection, assuming you named the database connection Conn_Insert. 7. Select userinfo (or whatever you named your table) for the table. 8. Click OK. You should see a line that reads RecordSet (RS_DisplayRecords) in the Server Behavior panel. 9. With the cursor inserted below the The following individuals have been added to the client list message, select: Insert >> Data Objects >> Dynamic Data >> Dynamic Table. 10. In the Dynamic Table box select the Record set you made earlier (Rs_DisplayRecords). 11. Click the All records button and then click OK. A table should be inserted. 12. Upload the site. Go to the Insert.asp page, complete and submit the form. You should get the Results.asp page with all the records displayed. 13. Make a link from the results page back to the Insert page. 14

Introduction to Macromedia Dreamweaver MX

Introduction to Macromedia Dreamweaver MX Introduction to Macromedia Dreamweaver MX Macromedia Dreamweaver MX is a comprehensive tool for developing and maintaining web pages. This document will take you through the basics of starting Dreamweaver

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org SFTP Server User Login Instructions Open Internet explorer and enter the following url: https://sftp.sae.org You will be prompted for a user id and password as such. Please enter your account id and password.

More information

TAMUS Terminal Server Setup BPP SQL/Alva

TAMUS Terminal Server Setup BPP SQL/Alva We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here

More information

How to use FTP Commander

How to use FTP Commander FTP (File Transfer Protocol) software can be used to upload files and complete folders to your web server. On the web, there are a number of free FTP programs that can be downloaded and installed onto

More information

Using Microsoft Expression Web to Upload Your Site

Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Web Site This article briefly describes how to use Microsoft Expression Web to connect to your Web server

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Basic Web Development @ Fullerton College

Basic Web Development @ Fullerton College Basic Web Development @ Fullerton College Introduction FC Net Accounts Obtaining Web Space Accessing your web space using MS FrontPage Accessing your web space using Macromedia Dreamweaver Accessing your

More information

Using SSH Secure Shell Client for FTP

Using SSH Secure Shell Client for FTP Using SSH Secure Shell Client for FTP The SSH Secure Shell for Workstations Windows client application features this secure file transfer protocol that s easy to use. Access the SSH Secure FTP by double-clicking

More information

How to Copy A SQL Database SQL Server Express (Making a History Company)

How to Copy A SQL Database SQL Server Express (Making a History Company) How to Copy A SQL Database SQL Server Express (Making a History Company) These instructions are written for use with SQL Server Express. Check with your Network Administrator if you are not sure if you

More information

MAPPING THE WEBDRIVE REFERENCE GUIDE

MAPPING THE WEBDRIVE REFERENCE GUIDE MAPPING THE WEBDRIVE REFERENCE GUIDE INTRODUCTION The university WebDrive is a dedicated drive to host all university web content. For help with mapping the WebDrive, please read the instructions below

More information

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server page of 4 oit UMass Office of Information Technologies Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server This includes Web sites on: https://webadmin.oit.umass.edu/~user http://people.umass.edu/

More information

TM Online Storage: StorageSync

TM Online Storage: StorageSync TM Online Storage: StorageSync 1 Part A: Backup Your Profile 1: How to download and install StorageSync? Where to download StorageSync? You may download StorageSync from your e-storage account. Please

More information

BACKUP UTILITY FOR TIMEFORCE

BACKUP UTILITY FOR TIMEFORCE BACKUP UTILITY FOR TIMEFORCE The "Backup Utility" for TimeForce automatically creates a backup of the information stored in the program database. Backups can be performed manually, or the TimeForce Scheduler

More information

Managing Contacts in Outlook

Managing Contacts in Outlook Managing Contacts in Outlook This document provides instructions for creating contacts and distribution lists in Microsoft Outlook 2007. In addition, instructions for using contacts in a Microsoft Word

More information

Installing SQL Express. For CribMaster 9.2 and Later

Installing SQL Express. For CribMaster 9.2 and Later Installing SQL Express For CribMaster 9.2 and Later CRIBMASTER USER GUIDE Installing SQL Express Document ID: CM9-031-03012012 Copyright CribMaster. 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

Site Maintenance Using Dreamweaver

Site Maintenance Using Dreamweaver Site Maintenance Using Dreamweaver As you know, it is possible to transfer the files that make up your web site from your local computer to the remote server using FTP (file transfer protocol) or some

More information

Creating Personal Web Sites Using SharePoint Designer 2007

Creating Personal Web Sites Using SharePoint Designer 2007 Creating Personal Web Sites Using SharePoint Designer 2007 Faculty Workshop May 12 th & 13 th, 2009 Overview Create Pictures Home Page: INDEX.htm Other Pages Links from Home Page to Other Pages Prepare

More information

Egnyte Single Sign-On (SSO) Installation for Okta

Egnyte Single Sign-On (SSO) Installation for Okta w w w. e g n y t e. c o m Egnyte Single Sign-On (SSO) Installation for Okta To set up Egnyte so employees can log in using SSO, follow the steps below to configure Okta and Egnyte to work with each other.

More information

PCRecruiter Resume Inhaler

PCRecruiter Resume Inhaler PCRecruiter Resume Inhaler The PCRecruiter Resume Inhaler is a stand-alone application that can be pointed to a folder and/or to an email inbox containing resumes, and will automatically extract contact

More information

NAS 225 Introduction to FTP Explorer

NAS 225 Introduction to FTP Explorer NAS 225 Introduction to FTP Explorer Connect to FTP sites and transfer files A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Use FTP Explorer to connect

More information

Adobe Dreamweaver - Basic Web Page Tutorial

Adobe Dreamweaver - Basic Web Page Tutorial Adobe Dreamweaver - Basic Web Page Tutorial Window Elements While Dreamweaver can look very intimidating when it is first launched it is an easy program. Dreamweaver knows that your files must be organized

More information

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver LESSON 3: ADDING IMAGE MAPS, ANIMATION, AND FORMS CREATING AN IMAGE MAP OBJECTIVES By the end of this part of the lesson you will: understand how image maps can enhance a design and make a site more interactive

More information

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled

More information

ECA IIS Instructions. January 2005

ECA IIS Instructions. January 2005 ECA IIS Instructions January 2005 THIS PAGE INTENTIONALLY BLANK ECA IIS Instructions ii July 22, 2005 Table of Contents 1. Install Certificate in IIS 5.0... 1 2. Obtain and Install the ECA Root Certificate

More information

Remote Desktop Services

Remote Desktop Services Remote Desktop Services AMERICAN INSTITUTES FOR RESEARCH AIR REMOTE DESKTOP SERVICES (RDS) GUIDE Overview Welcome to AIR Remote Desktop Services! AIR Remote Desktop Services can be accessed from a Windows

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

FireBLAST Email Marketing Solution v2

FireBLAST Email Marketing Solution v2 Installation Guide WELCOME to fireblast, one of the Industry s leading Email Marketing Software Solutions for your business. Whether you are creating a small email campaign, or you are looking to upgrade

More information

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode EOS Step-by-Step Setup Guide Wireless File Transmitter FTP Mode Ad Hoc Setup Windows XP 2012 Canon U.S.A., Inc. All Rights Reserved. Reproduction in whole or in part without permission is prohibited. 1

More information

https://weboffice.edu.pe.ca/

https://weboffice.edu.pe.ca/ NETSTORAGE MANUAL INTRODUCTION Virtual Office will provide you with access to NetStorage, a simple and convenient way to access your network drives through a Web browser. You can access the files on your

More information

Global Image Management System For epad-vision. User Manual Version 1.10

Global Image Management System For epad-vision. User Manual Version 1.10 Global Image Management System For epad-vision User Manual Version 1.10 May 27, 2015 Global Image Management System www.epadlink.com 1 Contents 1. Introduction 3 2. Initial Setup Requirements 3 3. GIMS-Server

More information

Fairfield University Using Xythos for File Sharing

Fairfield University Using Xythos for File Sharing Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3

More information

PaperStream Connect. Setup Guide. Version 1.0.0.0. Copyright Fujitsu

PaperStream Connect. Setup Guide. Version 1.0.0.0. Copyright Fujitsu PaperStream Connect Setup Guide Version 1.0.0.0 Copyright Fujitsu 2014 Contents Introduction to PaperStream Connect... 2 Setting up PaperStream Capture to Release to Cloud Services... 3 Selecting a Cloud

More information

Schools Remote Access Server

Schools Remote Access Server Schools Remote Access Server This system is for school use only. Not for personal or private file use. Please observe all of the school district IT rules. 6076 State Farm Rd., Guilderland, NY 12084 Phone:

More information

Connecting to Delta College Exchange services off-campus

Connecting to Delta College Exchange services off-campus Connecting to Delta College Exchange services off-campus The following instructions are provided to document the client configuration used to connect to Microsoft Exchange services at Delta College from

More information

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 Rocksalt International Pty Ltd support@vpasp.com www.vpasp.com Table of Contents 1 INTRODUCTION... 3 2 FEATURES... 4 3 WHAT

More information

Adobe Dreamweaver Student Organizations Publishing Details Getting Started Basic Web Page Tutorial For Student Organizations at Dickinson College *

Adobe Dreamweaver Student Organizations Publishing Details Getting Started Basic Web Page Tutorial For Student Organizations at Dickinson College * Adobe Dreamweaver Student Organizations Publishing Details Getting Started Basic Web Page Tutorial For Student Organizations at Dickinson College * Some Student Organizations are on our web server called

More information

Creating a Website with Publisher 2013

Creating a Website with Publisher 2013 Creating a Website with Publisher 2013 University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2015 KSU Division of University Information Technology

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation Rochester Institute of Technology Finance and Administration Drupal 7 Training Documentation Written by: Enterprise Web Applications Team CONTENTS Workflow... 4 Example of how the workflow works... 4 Login

More information

Install FileZilla Client. Connecting to an FTP server

Install FileZilla Client. Connecting to an FTP server Install FileZilla Client Secure FTP is Middle Georgia State College s supported sftp client for accessing your Web folder on Webdav howeve you may use FileZilla or other FTP clients so long as they support

More information

Spring 2014 Urban Affairs network computers and computer labs Mapping your H:\ drive using Microsoft Windows 7

Spring 2014 Urban Affairs network computers and computer labs Mapping your H:\ drive using Microsoft Windows 7 Spring 2014 Urban Affairs network computers and computer labs Mapping your H:\ drive using Microsoft Windows 7 You have been provided with a secure, backed-up location to store your files. This location

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

OSF INTEGRATOR for. Integration Guide

OSF INTEGRATOR for. Integration Guide OSF INTEGRATOR for DEMANDWARE and MICROSOFT DYNAMICS CRM 2013 Integration Guide Table of Contents 1 Summary... 3 2 Component Overview... 3 2.1 Functional Overview... 3 2.2 Integration components... 3 2.3

More information

SSH Secure Client (Telnet & SFTP) Installing & Using SSH Secure Shell for Windows Operation Systems

SSH Secure Client (Telnet & SFTP) Installing & Using SSH Secure Shell for Windows Operation Systems SSH Secure Client (Telnet & SFTP) Installing & Using SSH Secure Shell for Windows Operation Systems What is SSH?: SSH is an application that protects the TCP/IP connections between two computers. The software

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

Online File Folder. Getting Started Guide. Become an Expert at Managing Your Files Online. wind. Online File Folder // Getting Started Guide

Online File Folder. Getting Started Guide. Become an Expert at Managing Your Files Online. wind. Online File Folder // Getting Started Guide Getting Started Guide Online File Folder Become an Expert at Managing Your Files Online Getting Started Guide Page 1 Getting Started Guide: Online File Folder Version 2.1 (2.22.11) Copyright 2010. All

More information

Using IIS and UltraDev Locally page 1

Using IIS and UltraDev Locally page 1 Using IIS and UltraDev Locally page 1 IIS Web Server Installation IIS Web Server is the web server provided by Microsoft for platforms running the various versions of the Windows Operating system. It is

More information

Accessing the FTP Server - User Manual

Accessing the FTP Server - User Manual CENTRAL BANK OF CYPRUS Accessing the FTP Server - User Manual IT Department, CENTRAL BANK OF CYPRUS TABLE OF CONTENTS 1 EXECUTIVE SUMMARY... 1 1.1 AUDIENCE... 1 1.2 SCOPE... 1 2 CHANGES FROM THE OLD FTP

More information

Setting Up Your FTP Server

Setting Up Your FTP Server Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This

More information

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website April 16 2012 The following instructions are to show you how to map your Home drive using ITS s Network in order to publish a website

More information

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members ProjectWise Explorer V8i User Manual for Subconsultants & Team Members submitted to Michael Baker International Subconsultants & Team Members submitted by Michael Baker International ProjectWise Support

More information

How To Include Attachments with your Email form

How To Include Attachments with your Email form How To Include Attachments with your Email form It s not uncommon for contact forms to include the ability to attach files to the email that is submitted. With two WebAssist extensions, Digital File Pro

More information

Setting Up Dreamweaver for FTP and Site Management

Setting Up Dreamweaver for FTP and Site Management 518 442-3608 Setting Up Dreamweaver for FTP and Site Management This document explains how to set up Dreamweaver CS5.5 so that you can transfer your files to a hosting server. The information is applicable

More information

Technical Support Set-up Procedure

Technical Support Set-up Procedure Technical Support Set-up Procedure How to Setup the Amazon S3 Application on the DSN-320 Amazon S3 (Simple Storage Service) is an online storage web service offered by AWS (Amazon Web Services), and it

More information

Installing SmartGate Remote Backup (Ahsay) Software

Installing SmartGate Remote Backup (Ahsay) Software Installing Remote Backup (Ahsay) Software Installing Remote Backup (Ahsay) Software Thank you for using the remote backup solution. We re confident that this will greatly improve the performance and reliability

More information

Direct Mail Training Manual

Direct Mail Training Manual Direct Mail Training Manual 9D Revised 4.29.15 HealtheConnections Secure Messaging (Direct Mail) HealtheConnections Secure Messaging is a solution based on the Nationwide Health Information Network (NwHIN)

More information

Editing your Website User Guide

Editing your Website User Guide User Guide Adding content to your Website To add or replace content on your website you will need to log in to your Content Management System (Joomla) using your username and password. If you do not already

More information

Offline Remittance Processing Standalone, Service-Based, Multi-Client, Attorney Options

Offline Remittance Processing Standalone, Service-Based, Multi-Client, Attorney Options Offline Remittance Processing Standalone, Service-Based, Multi-Client, Attorney Options User Manual 911 Central Parkway North, Suite 200 San Antonio, Texas 78232 (210) 403-8670 www.acttax.com Contents

More information

Instructions to connect to GRCC Remote Access using a Macintosh computer

Instructions to connect to GRCC Remote Access using a Macintosh computer Instructions to connect to GRCC Remote Access using a Macintosh computer 1. Install client: Download and install the Citrix ICA Client for Mac. 2. Import certificates: Download the current GlobalSign root

More information

Office of History. Using Code ZH Document Management System

Office of History. Using Code ZH Document Management System Office of History Document Management System Using Code ZH Document The ZH Document (ZH DMS) uses a set of integrated tools to satisfy the requirements for managing its archive of electronic documents.

More information

1. Set Daylight Savings Time... 3. 2. Create Migrator Account... 3. 3. Assign Migrator Account to Administrator group... 4

1. Set Daylight Savings Time... 3. 2. Create Migrator Account... 3. 3. Assign Migrator Account to Administrator group... 4 1. Set Daylight Savings Time... 3 a. Have client log into Novell/Local Machine with Administrator Account...3 b. Access Adjust Date/Time...3 c. Make sure the time zone is set to Central Time...3 2. Create

More information

Montefiore Portal Quick Reference Guide

Montefiore Portal Quick Reference Guide Montefiore Portal Quick Reference Guide Montefiore s remote portal allows users to securely access Windows applications, file shares, internal web applications, and more. To use the Portal, you must already

More information

Windows 7 Hula POS Server Installation Guide

Windows 7 Hula POS Server Installation Guide Windows 7 Hula POS Server Installation Guide Step-by-step instructions for installing the Hula POS Server on a PC running Microsoft Windows 7 1 Table of Contents Introduction... 3 Getting Started... 3

More information

Secure Messaging (Direct) Training Manual

Secure Messaging (Direct) Training Manual Secure Messaging (Direct) Training Manual 9D Revised 4.1.14 HealtheConnections Secure Messaging (Direct Mail) HealtheConnections Secure Messaging is a solution based on the Nationwide Health Information

More information

5. At the Windows Component panel, select the Internet Information Services (IIS) checkbox, and then hit Next.

5. At the Windows Component panel, select the Internet Information Services (IIS) checkbox, and then hit Next. Installing IIS on Windows XP 1. Start 2. Go to Control Panel 3. Go to Add or RemovePrograms 4. Go to Add/Remove Windows Components 5. At the Windows Component panel, select the Internet Information Services

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

(These instructions are only meant to get you started. They do not include advanced features.)

(These instructions are only meant to get you started. They do not include advanced features.) FrontPage XP/2003 HOW DO I GET STARTED CREATING A WEB PAGE? Previously, the process of creating a page on the World Wide Web was complicated. Hypertext Markup Language (HTML) is a relatively simple computer

More information

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 A Turning Account is a unique identifier that is used to tie together all software accounts and response devices. A Turning Account is required

More information

Accessing The Doctors Clinic Physician Connect

Accessing The Doctors Clinic Physician Connect Accessing The Doctors Clinic Physician Connect The Doctors Clinic s commitment to excellence in patient care presents healthcare providers in our community access to electronic health records. Here s how:

More information

Using WPA Enterprise on Windows XP to Access Cleveland State University s Wireless Network (WoWnet)

Using WPA Enterprise on Windows XP to Access Cleveland State University s Wireless Network (WoWnet) Using WPA Enterprise on Windows XP to Access Cleveland State University s Wireless Network (WoWnet) What is WPA (Wi-Fi Protected Access)? WPA is a powerful, standards-based, interoperable security technology

More information

1. After installing you can launch the program by clicking on the Start button and then select Programs, then WS_FTP LE, and then WS_FTP LE.

1. After installing you can launch the program by clicking on the Start button and then select Programs, then WS_FTP LE, and then WS_FTP LE. Section 1.0 How-To: Connecting to Warrnambool on The Web Using WS-FTP LE. This program can be downloaded from http://download.com.com/3000-2160-10018456.html 1. After installing you can launch the program

More information

Automated backup. of the LumaSoft Gas database

Automated backup. of the LumaSoft Gas database Automated backup of the LumaSoft Gas database Contents How to enable automated backup of the LumaSoft Gas database at regular intervals... 2 How to restore the LumaSoft Gas database... 13 BE6040-11 Addendum

More information

College of Continuing Education Video Production Room

College of Continuing Education Video Production Room College of Continuing Education Video Production Room To Begin a Session: Step 1: Turn on the Station by pressing the red switch near the desktop monitor. By doing this the following equipment will be

More information

FTP Over SSL (FTPS) Core FTP LE. Installing Core FTP LE"

FTP Over SSL (FTPS) Core FTP LE. Installing Core FTP LE FTP Over SSL (FTPS) Gordon State College has setup FTP Over SSL (also known as FTPS ) to allow students, faculty, and staff to access resources from our Servers from off-campus using an encrypted connection.

More information

NJCU WEBSITE TRAINING MANUAL

NJCU WEBSITE TRAINING MANUAL NJCU WEBSITE TRAINING MANUAL Submit Support Requests to: http://web.njcu.edu/its/websupport/ (Login with your GothicNet Username and Password.) Table of Contents NJCU WEBSITE TRAINING: Content Contributors...

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Database Program Instructions

Database Program Instructions Database Program Instructions 1) Start your Comparative Rating software by double-clicking the icon on your desktop. 2) Click on the button on the Comparative Rating Software Main Menu. 3) A message Loading

More information

WinSCP: Secure File Transfer Using WinSCP for Secure File Transfer on Windows

WinSCP: Secure File Transfer Using WinSCP for Secure File Transfer on Windows WinSCP: Secure File Transfer Using WinSCP for Secure File Transfer on Windows Overview WinSCP is an SFTP (Secure File Transfer Protocol), FTP (File Transfer Protocol), and SCP (Secure Copy Protocol) application

More information

POINT OF SALES SYSTEM (POSS) USER MANUAL

POINT OF SALES SYSTEM (POSS) USER MANUAL Page 1 of 24 POINT OF SALES SYSTEM (POSS) USER MANUAL System Name : POSI-RAD System Release Version No. : V4.0 Total pages including this covering : 23 Page 2 of 24 Table of Contents 1 INTRODUCTION...

More information

How to Use Your New Online Client Vault

How to Use Your New Online Client Vault How to Use Your New Online Client Vault Table of Contents I. Getting Into Your Vault 3 How to Sign In 3 First Time Setup 4 II. Finding Your Way Around the Vault 5 Managing Your Vault s Contents 6 Creating

More information

SITE MANAGEMENT INTRODUCTION DEFINING A SITE

SITE MANAGEMENT INTRODUCTION DEFINING A SITE SITE MANAGEMENT INTRODUCTION Those of you who have already built Web pages will likely agree that file management is one of the biggest challenges of this medium. By file management, I mean the organization,

More information

Ashgate FTP Web Login

Ashgate FTP Web Login Ashgate FTP Web Login You can access our FTP site very simply via our web portal or by downloading a dedicated program (see pg. 6 below). 1. In your favourite web browser go to www.ashgatepublishing.co.uk.

More information

How To Create A Team Site In Windows.Com (Windows)

How To Create A Team Site In Windows.Com (Windows) 2004 IAAP International Convention and Education Forum Session: When E-mail Loses Its Charm Date: Tuesday, August 3, 2004, 1:00-3:00 pm Leaders: Annette Marquis and Gini Courter Windows SharePoint Services

More information

IBI Group FTP: Usage Instructions

IBI Group FTP: Usage Instructions IBI Group FTP: Usage Instructions Version: Windows; Last Updated: April 22 nd 2009 There are two IBI Group supported methods for connecting to the FTP site, My Computer and FileZilla Client Software. If

More information

Erie 1 BOCES/WNYRIC. Secure File Transfer. Upload/Download Wizard

Erie 1 BOCES/WNYRIC. Secure File Transfer. Upload/Download Wizard Erie 1 BOCES/WNYRIC Secure File Transfer Upload/Download Wizard Revised June 3, 2014 These instructions were created using Internet Explorer Version 11. If you are a using a Firefox or Chrome browser you

More information

UF Health SharePoint 2010 Introduction to Content Administration

UF Health SharePoint 2010 Introduction to Content Administration UF Health SharePoint 2010 Introduction to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 Introduction to SharePoint 2010 2.0 Hours

More information

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials With Windows Server 2012 R2 Essentials in your business, it is important to centrally manage your workstations to ensure

More information

Using SSH Secure File Transfer to Upload Files to Banner

Using SSH Secure File Transfer to Upload Files to Banner Using SSH Secure File Transfer to Upload Files to Banner Several Banner processes, including GLP2LMP (Create PopSelect Using File), require you to upload files from your own computer to the computer system

More information

Configuring Your Suffolk Email on Outlook Express 6.x

Configuring Your Suffolk Email on Outlook Express 6.x Configuring Your Suffolk Email on Outlook Express 6.x This document details configuration specific to using sumail.suffolk.edu in Outlook Express 6.x. Setting Up a New Account If you are using Microsoft

More information

Information & Communication Technologies FTP and GroupWise Archives Wilfrid Laurier University

Information & Communication Technologies FTP and GroupWise Archives Wilfrid Laurier University Instructions for MAC users MAC users have not been joined to the Active Directory Domain. ICT is unable to capture GroupWise archives you may have on your computer automatically or confirm if you have

More information

Setting Up Monthly Reporter

Setting Up Monthly Reporter Setting Up Monthly Reporter April 11, 2014 I. HOW IT WORKS A QUICK OVERVIEW A. AuditWare Development Company maintains a powerful, sophisticated server on which a portion of memory is assigned to each

More information

Figure 1: Restore Tab

Figure 1: Restore Tab Apptix Online Backup by Mozy Restore How do I restore my data? There are five ways of restoring your data: 1) Performing a Restore Using the Restore Tab You can restore files from the Apptix Online Backup

More information

ITP 101 Project 3 - Dreamweaver

ITP 101 Project 3 - Dreamweaver ITP 101 Project 3 - Dreamweaver Project Objectives You will also learn how to make a website outlining your company s products, location, and contact info. Project Details USC provides its students with

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

How to FTP (How to upload files on a web-server)

How to FTP (How to upload files on a web-server) How to FTP (How to upload files on a web-server) In order for a website to be visible to the world, it s files (text files,.html files, image files, etc.) have to be uploaded to a web server. A web server

More information

Using Remote Web Workplace Version 1.01

Using Remote Web Workplace Version 1.01 Using Remote Web Workplace Version 1.01 Remote web workplace allows you to access your Windows XP desktop through Small Business Server 2003 from a web browser. 1. Connect to the Internet in your remote

More information

DSHS Secure FTP Instructions

DSHS Secure FTP Instructions DSHS Secure FTP Instructions NOTE: Screenshots are for illustration purposes only! Please follow written directions! Important directions will be in RED. Getting logged into the DSHS secure ftp server:

More information