Download - Using Microsoft ACCESS to develop small to medium applications on campus.

Transcript
Page 1: Using Microsoft ACCESS to develop small to medium applications on campus.

Using Microsoft ACCESS to develop small to medium applications on

campus

Page 2: Using Microsoft ACCESS to develop small to medium applications on campus.

Agenda

1. Review various applications used on campus

2. Discuss briefly a typical application

3. Review the TAMS (Time and Materials System) used in IST

4. Review the pros and cons to building an application versus buying one

5. Build a simple application using ACCESS 2010

6. Questions?

Page 3: Using Microsoft ACCESS to develop small to medium applications on campus.

Systems used on campus

• Over 200 applications on campus (according to 2007 IST survey)

• Some applications are for storing stats, inventory, tracking expenses, maintaining lists

• Approximately 30 applications using some form of ACCESS

Page 4: Using Microsoft ACCESS to develop small to medium applications on campus.

A Typical Application

• Logon screen• Menus• Data Entry and Validation• Data lookup, edit and delete• Reports• Batch Interface (Macros, VisualBasic for Access)• Advanced features:

– Data Import/Export from multiple sources– Integrate to other systems (i.e. email, Sharepoint)

Page 5: Using Microsoft ACCESS to develop small to medium applications on campus.

TAMS demo

• Login• Create a request• Show lists• Show reports• Display an invoice• Show documentation

Page 6: Using Microsoft ACCESS to develop small to medium applications on campus.

Buy versus Build ?

• Not simple• Many factors to consider besides price and time

– Important to understand short term versus long term benefits and challenges

– Training, customization, documentation, upgrades, cost

Page 7: Using Microsoft ACCESS to develop small to medium applications on campus.

Buying software

• ‘Faster’ and ‘easier’ to deploy• The vendor is an ‘expert’• May belong to user groups to share information• Vendor assumes most responsibility. No need to employ

technical staff• Vendor stays on top of changes such as new taxes or

government requirements (where applicable)

Pros

Page 8: Using Microsoft ACCESS to develop small to medium applications on campus.

Buying software

• Cost, initially, ongoing maintenance, additional licenses and requested changes

• Dependent on vendor’s expertise • Sometimes must customize software to fit your needs. This introduces other

issues with the vendor as you become ‘unique’ and forces you to become really dependent on vendor support

• May need to spend time up front to help the vendor ‘understand’ your system and requirements

• Software may be ‘proprietary’ • Software versions must be in sync with your environment. (i.e. you may be

forced to upgrade your environment in order to keep using software)• You may be forced to continually upgrade or lose support from the vendor

Cons

Page 9: Using Microsoft ACCESS to develop small to medium applications on campus.

Building software

• You can build an application exactly how you want it• You are in complete control of the application and future

changes• Cheaper solution as there are no license or maintenance

fees.• Local support of the environment from end-to-end

(hardware, operating system, data warehouse).• Changes based upon all users input.

Pros

Page 10: Using Microsoft ACCESS to develop small to medium applications on campus.

Building software

• May take longer to develop and deploy• May initially cost more to build than to buy• You are responsible for all problems• You may need to staff some technical expertise and

skills to support

Cons

Page 11: Using Microsoft ACCESS to develop small to medium applications on campus.

Microsoft ACCESS

• Cheaper. The university has an enterprise license. No extra fees.• It’s easy and fast to learn, use and deploy new applications. Manual is

online at:

http://testtube.uwaterloo.ca/trellis/safari.cfm• You can use existing applications to build new ones• You can integrate to other Microsoft applications such as Outlook and

Sharepoint• You can use a SQL database (unlimited space)• Supported by Microsoft. Less chance that they will discontinue support or go

out of business• Potentially, we can share information on campus and help each other• The technical staff just need to understand ACCESS. It doesn’t really matter

what the application is for.• Supports batch processing

Pros

Page 12: Using Microsoft ACCESS to develop small to medium applications on campus.

Microsoft ACCESS

• Does not support more than 20 users very well• 2Gb limit on ACCESS table sizes• Some ACCESS queries do not work with SQL

databases. Only with ACCESS databases.• Microsoft could change or discontinue the product

(similar to VB 6 to VB .Net)• Requires a technical person to support

Cons

Page 13: Using Microsoft ACCESS to develop small to medium applications on campus.

Typical Access ArchitectureSingle Access Database- 1 File

Access File

Forms

Data

Reports

Split Access Database- 2 Files

Data File

Forms/Reports

Page 14: Using Microsoft ACCESS to develop small to medium applications on campus.

Typical Access ArchitectureSingle Access Database Split Access Database

• 2 GB file size limitation• Data and Interface stored in 1

file• Good for simple databases

with non-mission critical data• Updates require no one to be

in the database at that time

• 2 GB file size limitation• Data and Interface are split

into two Access files and are linked together

• Provides data security so users cannot manipulate data file without proper access

• Easier to make updates to interface without impacting the data structure

Page 15: Using Microsoft ACCESS to develop small to medium applications on campus.

Reliable Access Architecture

SQ

L S

erve

rForms

Reports

Custom Interface

Access Files

Data

- Single data source that can be utilized by multiple interfaces

- Provides better data security- SQL managed by IST- No limitations with storage- Updates are easier as each

user is required to run their own copy of the interface, but does make it difficult to keep track of versions being used

Page 16: Using Microsoft ACCESS to develop small to medium applications on campus.

Setting up an application in ACCESS

• Templates • Charitable donations• Blank database

Page 17: Using Microsoft ACCESS to develop small to medium applications on campus.

Questions??

Page 18: Using Microsoft ACCESS to develop small to medium applications on campus.