Printer Friendly
The Free Library
14,496,302 articles and books
Member login
User name  
Password 
 
Join us Forgot password?

Run your business on the Web: provide a presence on the Web for your customers, suppliers and clients.


After doing some basic cost accounting, you've calculated that it costs your company an average of $2.14 to respond to a customer's order inquiry on the telephone but only 10 cents if the customer accesses the data via your Web site. Surely you don't need any more research to convince you that the Internet is the way to go.

In "Do It on the Web," JofA, Mar. 01, page 43, we demonstrated how to create a basic Web site with Microsoft's FrontPage. In this article we'll go several steps further: To demonstrate a Web site's flexibility, we'll show you how to set up a site that lets customers determine whether what they want to buy is in your inventory, verify orders and change an order if need be, and convert an order's format to Excel because some accounting data are best handled in a spreadsheet.

While this workshop focuses on enhancing customer service, with some adaptation, you can modify it for many other uses.

VIEWING ORDERS

In order to track this tutorial An instructional book or program that takes the user through a prescribed sequence of steps in order to learn a product. Contrast with documentation, which, although instructional, tends to group features and functions by category. See tutorials in this publication. , you'll need to download the Access database and the FrontPage file we created in the earlier article. You'll find them at http://ftp.aicpa.org/public/download/GardenDelights.exe and at http://ftp.aicpa.org/public/download/ExoticFoods.mdb.

Once they're downloaded, create a folder In a graphical user interface (GUI), a simulated file folder that holds data, applications and other folders. Folders were introduced on the Xerox Star, then popularized on the Macintosh and later adapted to Windows and Unix. In Unix and Linux, as well as DOS and Windows 3.  called webs7 in the C:\My Documents\My Webs folder (assuming C:k is your root directory). Unzip To decompress a file in the .ZIP file format. See Zip file.

1. (tool, compression) unzip - To extract files from an archive created with PKWare's PKZIP archiver.
2.
 GardenDelights.exe to C:\My Documents\My Webs\webs7, and now you're ready to begin. Add a table to ExoticFoods.mdb by opening the database and double-clicking on Create table in Design view (see exhibit 1, at right).

[EXHIBIT 1 OMITTED]

Using the knowledge you obtained in the prior article, create five fields: OrderNo, CustNo, Password, ProdDesc and Quantity. OrderNo has been designated as the primary key (right-click on the OrderNo and select Primary Key from the shortcut (1) In Windows, a shortcut is an icon that points to a program or data file. Shortcuts can be placed on the desktop or stored in other folders, and double clicking a shortcut is the same as double clicking the original file.  menu). Save the table as Orders (see exhibit 2, at left).

[EXHIBIT 2 OMITTED]

Add a few records to the table (select View, Datasheet View) as shown in exhibit 3, at left, and close both the database and Access.

[EXHIBIT 3 OMITTED]

Now open FrontPage and the Garden Delights Web site and create a new page by doing the following: In Navigation View, click on the Home Page (Garden Delights) and select File, New and Page. Right-click on the new page, select Rename Re`name´   

v. t. 1. To give a new name to.

Verb 1. rename - assign a new name to; "Many streets in the former East Germany were renamed in 1990"
 from the shortcut menu and change the page label to Orders. Press Enter and select View, Refresh (1) To continuously charge a device that cannot hold its content. CRTs must be refreshed, because the phosphors hold their glow for only a few milliseconds. Dynamic RAM chips require refreshing to maintain their charged bit patterns. See vertical scan frequency and redraw.  to see the new file (orders.htm) in the Folders List. Right-click on order.htm, select Rename and change the file to orders.asp. To change the Page Title to Customer Orders, double-click on the orders.asp file, right-click on the page and select Page Properties, add Customer to the Title and click on OK (see exhibits 4 and 5, below).

[EXHIBIT 4-5 OMITTED]

Type in Check Your Order on the orders.asp page. We'll use the Database wizard to modify the existing Food database connection to display the customer orders. Select Insert, Database, Results and click on Use an existing database connection. Make sure the Food database connection is selected by clicking on the down arrow until you find it (see exhibit 6, page 51).

[EXHIBIT 6 OMITTED]

Click on Next to find the Orders table (see exhibit 7, page 51). You may have to click on the down arrow to find it.

[EXHIBIT 7 OMITTED]

Click on Next to show the fields that will be displayed; there are only five fields in this example. You can scroll To continuously move forward, backward or sideways through the text and images on screen or within a window. Scrolling implies continuous and smooth movement, a line, character or pixel at a time, as if the data were on a paper scroll being rolled behind the screen. See auto scroll.  down to view all the fields (see exhibit 8, page 51).

[EXHIBIT 8 OMITTED]

Now we have to password-protect the information so only the company and the customer can access it. Since we don't want the password to appear on the screen, click on Edit List and remove Password from Displayed Fields on the right by double-clicking to send it to the Available fields area (see exhibit 9, page 51). Click on OK.

[EXHIBIT 9 OMITTED]

Click on More Options, Criteria and then on Add to tell FrontPage how to restrict the records. In this example, the customer would enter its number in OrderNo to search for its orders. Note that Use this search form field is checked (see exhibit 10, page 52).

[EXHIBIT 10 OMITTED]

Click on OK (see exhibit 11, page 52).

[EXHIBIT 11 OMITTED]

Click on the Add button again and use the dropdown box to find Password. This will require users to enter their password (see exhibit 12, page 52). Click on OK.

[EXHIBIT 12 OMITTED]

Click on OK again to return to the More Options dialog box A movable window that is displayed on screen in response to the user selecting a menu option. It provides the current status and available options for a particular feature in the program. . Click on the Defaults button and add a default value for the OrderNo field by clicking on Edit. The default can be any value--just make sure it is not an actual order number so that a customer's order doesn't appear as the default. Click on OK. Repeat the process to add a default value for Password. Finally, you may want to modify the default message by suggesting customers reenter re·en·ter also re-en·ter  
v. re·en·tered, re·en·ter·ing, re·en·ters

v.tr.
1. To enter or come in to again.

2. To record again on a list or ledger.

v.intr.
 their order number (see exhibit 13, page 52).

[EXHIBIT 13 OMITTED]

Click on OK, Next, Next and Finish. Save the page. To customize the Submit button on the search form, right-click on the button and select Form Field Properties from the shortcut menu. Type in Check your order in the Value/label textbox and click on OK (see exhibit 14, page 52). The Reset button A computer button or key that reboots the computer. All current activities are stopped cold, and any data in memory (RAM) is lost. On a printer, the reset button clears the printer's memory and readies it to accept new data.  is not helpful in this application; click on it once to select and delete To remove an item of data from a file or to remove a file from the disk. See file wipe, trash and undelete.

1. (operating system) delete - (Or "erase") To make a file inaccessible.
 it. Save the page.

[EXHIBIT 14 OMITTED]

Finally, we'll change the properties of the Password field in the search function so that asterisks (* * * *) fill the textbox. To do that, right-click on the Password textbox, select Form Field Properties and change the Password field from No to Yes. Click on OK and save the page (see exhibit 15, page 52). Be aware that each time you tweak To make minor adjustments in an electronic system or in a software program in order to improve performance. See calibrate.

1. tweak - To change slightly, usually in reference to a value. Also used synonymously with twiddle.
 the Web page and regenerate re·gen·er·ate  
v. re·gen·er·at·ed, re·gen·er·at·ing, re·gen·er·ates

v.tr.
1. To reform spiritually or morally.

2. To form, construct, or create anew, especially in an improved state.
 the database, the field defaults back to No--so you have to change it back each time.

[EXHIBIT 15 OMITTED]

CUSTOMER OPTIONS

Now we want to give customers an opportunity to either confirm their orders or, if necessary, change them. Although this requires a bit of coding, it's worth the effort and you can streamline the process by using FrontPage's Replace feature. The activity requires three pages: a catalog catalog, descriptive list, on cards or in a book, of the contents of a library. Assurbanipal's library at Nineveh was cataloged on shelves of slate. The first known subject catalog was compiled by Callimachus at the Alexandrian Library in the 3d cent. B.C.  order page, a confirmation page and a thank-you page.

Start by creating the catalog order page. In Navigation View, click on the Home Page (Garden Delights) and select File, New, Page. At the top of the page, enter a heading: Garden Catalog, Complete the form to receive the newest 75-page catalog. Select Insert, Form, One-line textbox. Press Shift-Enter to create a line break. Repeat until there are seven textboxes, one for each data item to be collected (see exhibit 16, page 52). We'll add the textbox labels shortly.

[EXHIBIT 16 OMITTED]

Now we'll create a two-column, seven-row table inside the form. To do that, make sure your cursor (1) The symbol used to point to some element on screen. On Windows, Mac and other graphics-based screens, it is also called a "pointer," and it changes shape as it is moved with the mouse into different areas of the application.  is inside the form and click on Table, Insert, Table and then set seven rows and two columns. Change the border size to 0 to make the table invisible. Drag the textboxes one at a time into the second column. Place the corresponding labels in the first column of the table.

To name a textbox, right-click on it and select Form Field Properties. Replace the default name, such as T1, with a meaningful name: Name for the Name box, Address for the Address box, and so on. You will need to click on OK after each entry. Save the catalog order page as catalog.asp and change the page title to Catalog Orders by right-clicking on the page and selecting Page Properties.

We'll make a copy of this page as the foundation for the confirmation page, which we'll prepare now. Save the catalog.asp page under a new name--confirm.asp. Change the heading to Confirm your shipping information. Delete the Reset button by selecting it and pressing Delete. Enter user instructions next to the Submit button: Need to make changes? Click your Browser's BACK button (see exhibit 17, page 52). Save the page. We'll return later to this screen to make more changes.

[EXHIBIT 17 OMITTED]

Reopen re·o·pen  
tr. & intr.v. re·o·pened, re·o·pen·ing, re·o·pens
1. To open or be opened again: Officials reopened the airport after the snow was cleared. Schools reopen in September.
 catalog.asp and click the HTML HTML
 in full HyperText Markup Language

Markup language derived from SGML that is used to prepare hypertext documents. Relatively easy for nonprogrammers to master, HTML is the language used for documents on the World Wide Web.
 tab at the bottom of the screen. We'll make two minor changes. First, change <form method="POST" action="--WEBBOT-SELF--"> to <form method=" POST" action="confirm.asp">.

Then delete the short paragraph that refers to the webbot. It is easy to distinguish because the type is light gray, whereas the remainder of the HTML code is usually black, brown or blue. Highlight the light gray text and press Delete. Save it.

Thus far, we have directed FrontPage to collect information in catalog.asp and display it in confirm.asp. Users can go back to make changes to their order or submit it to the database after we finish confirm.asp.

FrontPage has a default confirmation page that will appear automatically. For that reason we will replace it with our own thank-you page. On a new page, enter Thank you for your order. You may want to create a link back to the home page. Save the page as thankyou.htm (see exhibit 18, page 53).

[EXHIBIT 18 OMITTED]

Now reopen confirm.asp. Right-click inside the form and select Form Properties from the shortcut menu. Select Send to database and click on the Options button. Click on the Create Database button. An Access database will be created with the same name as the file name (confirm.mdb). Click on OK. Access will name the newly created table Results. Enter thankyou.htm in the box labeled URL URL
 in full Uniform Resource Locator

Address of a resource on the Internet. The resource can be any type of file stored on a server, such as a Web page, a text file, a graphics file, or an application program.
 of confirmation page. Click on OK twice. If you skip this step, FrontPage's default confirmation page will appear.

To make the user entries appear on this confirm.asp page, select the HTML tab at the bottom of the screen. Each textbox has its own line in HTML code. In order for the user's entry (from the catalog.asp page) to appear, it's necessary to make one change to each textbox: To add the information that's collected, insert value="<%=Request. Form ("textboxname")%>" between size="20" and the final > of the line.

For example, the textbox that collects the user's name would change from <input type="text" name="Name" size="20"> to <input type="text" name="Name" size="20" value=" <%-Request. Form("Name")%>" >.

The easiest way to do this is to use FrontPage's Replace feature: Select Edit, Replace and replace size="20" with size="20" value="<%=Request. Form("Name")%>". Click on Replace All and close the dialog box (see exhibit 19, page 53).

[EXHIBIT 19 OMITTED]

Complete the process by manually changing Name to Address, City, ST, Zip, Phone and E-Mail so that it resembles exhibit 20, page 53. (The formatting code has been removed from this exhibit for clarity.) Save the page. After the page is published to a Web server, the user can enter shipping information, check it and make corrections if necessary. The final Submit button sends the data to your database and a thank-you to the user.

[EXHIBIT 20 OMITTED]

THE EXCEL CONNECTION

Since many businesses keep their financial records in spread-sheet files, we'll show you how to save those files as a Web page and display them on your site. You can use inventory. xls downloaded with the zip file (1) A file that contains one or more files that have been compressed into the ZIP format. Also called a "ZIP archive," "zipped file" or "zipped archive," the ZIP algorithm is the most popular compression method in use.

Not Just the .
 to follow along. Select File, Save as Web Page--being sure to change the default folder location to the one that contains your Web site. Use the file name web_inventory.

Caveat [Latin, Let him beware.] A warning; admonition. A formal notice or warning given by an interested party to a court, judge, or ministerial officer in opposition to certain acts within his or her power and jurisdiction. : A reminder about HTML file names: Some older browsers don't like spaces in file names so use an underline underline

an animal's ventral profile; the shape of the belly when viewed from the side, e.g. pendulous, pot-belly, tucked up, gaunt.
 (_) to represent a space. Also, use all lower case letters for the same reason.

Change the selection from Entire Workbook work·book  
n.
1. A booklet containing problems and exercises that a student may work directly on the pages.

2. A manual containing operating instructions, as for an appliance or machine.

3.
 to Selection: Sheet. The file name may change from web_inventory.htm to page.htm. If it does, click on the down arrow next to the file name box to change it back. Set the page title by clicking on the Page Title button and type in Gardening Delights Inventory and click on OK (see exhibit 21, page 53). This title will appear in the blue title bar of browsers and will be picked up by search engines that scan the Internet for new material.

[EXHIBIT 21 OMITTED]

Finally, to complete the conversion from a workbook file (.xls) to an HTML file (.htm) that can be viewed on the Internet, click on Save.

For a quick preview, open your Internet browser See Web browser.  and select File, Open and Browse (1) To view the contents of a file or a group of files. Browser programs generally let you view data by scrolling through the documents or databases. In a database program, the browse mode often lets you edit the data. See Web browser.  to C:\My Documents\My Webs\webs7. Select the file and click on Open.

Want to limit access so only some of the fields appear? It takes only a few extra steps. The trick is to avoid using spaces in the column header (1) In a disk or tape file, a set of data that resides permanently at the beginning. It may be used for identification only (type of file, date of last update, etc.), or it may describe the structural layout of the contents, as is common with many document and database formats.  names in the Excel file. In this example, a column header such as Product Name wouldn't work; instead, use ProdName.

To do it, open Access, click on File, New, Database, OK. Change the folder location to C:\My Documents\My Webs\webs7\fpdb and change the file name from the default name of db1.mdb to cust_orders.mdb and click on Create. If you downloaded orders.xls located in the CustOrders folder, your screen should match exhibit 22, page 55 when you select File, Get External Data, Import and change the file type to Microsoft Excel (tool) Microsoft Excel - A spreadsheet program from Microsoft, part of their Microsoft Office suite of productivity tools for Microsoft Windows and Macintosh. Excel is probably the most widely used spreadsheet in the world.

Latest version: Excel 97, as of 1997-01-14.
 (.xls).

[EXHIBIT 22 OMITTED]

The Import wizard will appear. Click on Next, check the box First Row Contains Column Headings and click on Next (see exhibit 23, page 55).

[EXHIBIT 23 OMITTED]

Store your data in a new table (see exhibit 24, page 55) and click on Next, Next.

[EXHIBIT 24 OMITTED]

Select Choose My Own Primary Key and select OrderNo. Click on Next (see exhibit 25, at right). The default table name will be the same as the original file name (Orders). Click on Finish and OK.

[EXHIBIT 25 OMITTED]

GRAPH THE DATA

Microsoft Access A database program for Windows, available separately or included in the Microsoft Office suite. Access is programmable using Visual Basic for Applications (VBA). Access can read Paradox, dBASE and Btrieve files, and using ODBC, Microsoft SQL Server, SYBASE SQL Server and Oracle data.  is a great tool for collecting data via the Web. However, to create graphs for further analyses or presentations, it must be converted to Excel. You can easily do that in two steps. First make sure all numbers are saved as numerical data Numerical data (or quantitative data) is data measured or identified on a numerical scale. Numerical data can be analysed using statistical methods, and results can be displayed using tables, charts, histograms and graphs.  and then use the Office Link feature. Here's how:

In the Design View of the Orders table we just created, check the data type of Quantity. Change from Text to Number if necessary (see exhibit 26, at right). Save it.

[EXHIBIT 26 OMITTED]

Select Tools, Office Links, Analyze It with MS Excel (see exhibit 27, at right). Save the file as Orders Analysis.xls. You can now create graphs in the usual manner. If you get blank graphs, return to Access and make sure the data type has been changed from text to numbers.

[EXHIBIT 27 OMITTED]

The new tools you learned in this workshop can help make a big difference in your customer, supplier and client relations. While creating a site looks complicated because it requires so many steps, once you've done it a few times, you'll find that it doesn't take long to do. And the practical applications are almost limitless.

Key to Instructions To help readers follow the instructions in this article, we use two different typefaces This is a list of typefaces. Serif
Here you can find a graphical version of this table.
  • Aldus
  • Antiqua
  • Aster
  • Baskerville
  • Bell (Monotype) Didone classification serif type deisgned by Richard Austin, 1788
  • Bembo
  • Benguiat
.

Boldface See boldface font.  type identifies the names of icons, agendas, URLs and application commands.

Sans serif Short horizontal lines added to the tops and bottoms of traditional typefaces, such as Times Roman. Contrast with sans-serif.

 type indicates instructions and commands that users should type and file names.

TERRYANN GLANDON, CPA (Computer Press Association, Landing, NJ) An earlier membership organization founded in 1983 that promoted excellence in computer journalism. Its annual awards honored outstanding examples in print, broadcast and electronic media. The CPA disbanded in 2000. , PhD, is an assistant professor of accounting at the University of Texas at El Paso The University of Texas at El Paso, popularly known as UTEP, is a public, coeducational university, and it is a member of the University of Texas System. The school is located on the northern bank of the Rio Grande, in El Paso, Texas, and is the largest university in the . Her e-mail address See Internet address.

e-mail address - electronic mail address
 is tglandon@utep.edu.
COPYRIGHT 2002 American Institute of CPA's
No portion of this article can be reproduced without the express written permission from the copyright holder.
Copyright 2002, Gale Group. All rights reserved. Gale Group is a Thomson Corporation Company.

 Reader Opinion

Title:

Comment:



 

Article Details
Printer friendly Cite/link Email Feedback
Author:Glandon, Terryann
Publication:Journal of Accountancy
Date:Oct 1, 2002
Words:2597
Previous Article:Evaluating tax software: an assessment of the products CPAs use.
Next Article:Follow the leader: there are five business-building hats managing partners need to wear. Here's how to make them fit better.
Topics:



Related Articles
Internet can focus commercial real estate deals.
Building a better Web site.(business uses for Internet sites)(Brief Article)
iBIZ Technology Corp and Digital Island Announce Business Alliance.
MATRAnet's M>WebTouch 3.0 Latest in Technovox Suite of Services.
News and Products.
Percussion's Rhythmyx Selected by Ensera to Simplify Web Content Creation and Management.
Anchorsilk Announces 24 New Partners.
How much e-biz does your biz really need?
Lack of third party integration restrains UK business. (Internet News).
Register.com Lends a Unique Brand of Support to Real Estate Professionals; Playful Approach Provides Brokers and Agents a Chance to Win Free Services...

Terms of use | Copyright © 2009 Farlex, Inc. | Feedback | For webmasters | Submit articles