The Data Entry Form acts as an interface between the Microsoft Access Database and the Data Entry Personnel. This Form displays one record at a time from the Microsoft Access Database. It will allow users to enter and edit data in the database.
- Install Microsoft Visual Studios 2017 (or higher) with the .NET framework 4.6.1.
- Build and run the project using Visual Studios. Make sure all the projects are running on the x64 platform.
- Test and run the project on the Test Databases sections. Note: The path should be to the section folder and not to the access database directly.
- Mandatory information
- Separate image window with zooming feature
- Keyboard shortcuts for common words
- Display the image of the emblem next to the emblem field
- Help menu
- Logging
- Error handling
- The project uses MVVM design Pattern.
- Here is a tutorial on creating a WPF desktop application.
- Contributors and future developers are requested to fork from this project.