Visual Basic Programming

Visual Basic Programmer

Visual Basic Programming Microsoft Access Database

Access Database
SQL Server Database
Microsoft Word
Outlook and Excel

Access and SQL Server Database development Website design and Search Engine Optimisation

Skip Navigation Links
Home
Software Services
ResumeExpand Resume
Programming SkillsExpand Programming Skills
References
Website OptimisationExpand Website Optimisation
All about Visual BasicExpand All about Visual Basic
PC TuningExpand PC Tuning
Software DevelopmentExpand Software Development
Database ChoicesExpand Database Choices
Guest Book

Visual Basic and Database Programming

For
Visual Basic Software, Office automation, Access Database design
click nev@romtech.com.au

Phone
Sydney
(02) 9453-0456

Build Date 16/07/2008

Visual Basic ProgrammingHI-RISE ACCESS





February 2006 to Present

Title:

Microsoft Access Programmer.

Profile:

Hi-Rise Access is a consulting and engineering company specialising in height safety, fall protection and suspended access. They offer turnkey solutions including design, fabrication and installation.

Duties:

Microsoft Visual Basic for Applications programming.

Achievements:

Completely revamped an amateur Microsoft Access database into an efficient and maintainable system:

  • Converted linked text files into Microsoft Access Tables
  • Converted repeated code into global Procedures
  • Removed all Macros and added "Option Explicit" to all Visual Basic modules
  • Added error handling and error logging to all procedures
  • Removed redundancies and improved data integrity by reorganising the Database into a normalised form
  • Added an option to Compress the database
  • Removed spurious Events
  • Added security to prevent users changing Tables and Queries
  • Extended the Switchboard Menu from 8 to 16 options with Sub Menus
  • Ran an Access analyser and eliminated errors, inefficiencies and problems
  • Created a Diary System
  • Created an Enquiry system
  • Split the Access Database into FrontEnd and BackEnd databases
  • Created routines to import CSV files from an accounting package
  • All Forms now conform to global Formatting, with consistent Colour, alignment and Size of Controls.
Added the following Visual Basic Modules:
  • modADO     - Microsoft Access Database handling routines
  • modDialog   - Folder browse routines
  • modFile       - File handling routines
  • modForm     - Form handling routines
  • modGlobal   - System Information, Error Trapping and Global procedures
  • modReport   - Report handling routines
  • modShell     - Facility to run external programs
  • modLink       - Programmatic Linking to a BackEnd Database
  • modSecurity - Security routines for the User and Programmer