https://github.com/CoultonF/MS-SQL-Database-Excel-VBA-Application
An Excel based Visual Basic project that connects to a Microsoft SQL Server database, and is able to manage the data through interfaces developed through Visual Basic for applications.
https://github.com/CoultonF/MS-SQL-Database-Excel-VBA-Application
Last synced: 5 months ago
JSON representation
An Excel based Visual Basic project that connects to a Microsoft SQL Server database, and is able to manage the data through interfaces developed through Visual Basic for applications.
- Host: GitHub
- URL: https://github.com/CoultonF/MS-SQL-Database-Excel-VBA-Application
- Owner: CoultonF
- Created: 2017-08-29T21:48:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T15:47:03.000Z (over 7 years ago)
- Last Synced: 2024-08-13T07:18:26.932Z (9 months ago)
- Language: Visual Basic
- Homepage:
- Size: 1.2 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - CoultonF/MS-SQL-Database-Excel-VBA-Application - An Excel based Visual Basic project that connects to a Microsoft SQL Server database, and is able to manage the data through interfaces developed through Visual Basic for applications. (Visual Basic)
README
# MS-SQL-Database-Excel-VBA-Application
### Database Design

*[Discipline], and [Analyst] tables are used as global variable values within the application; therefore, not connected to other tables.*
### Functionality
#### Excel user interface custom ribbon
#### Add new item to database table [Spec]:
#### Edit selected row entry in database table [Spec]:
#### Deleting selected row entry in database table [Spec]:
#### List action description onHover:
#### List User Specs action description onHover:
#### List All action description onHover:
#### View [Update] rows linked to selected [Spec] row:

#### Adding [Update] linked to selected [Spec] row:
#### Add new item to database table [Update]:
#### Edit existing item in database table [Update]:
#### Delete existing item in database table [Update]:
#### Setting user preferences through the local appdata
#### Altering user preferences for the database column display order
#### Managing permissions to the database for users
#### Adding, Editing users associated to a [Spec] row in the database:
#### Adding, Editing disciplines associated to a [Spec] row in the database:
#### Selecting dates using the calendar interface:
