There are many applications that can be used to write codes, but MS Access is the best when it comes to database design and building.
How to load Ms. Access
- Click on the start button on the taskbar
- Point to All Programs and click from the start menu
- Select and click on Ms. Office from the sub-menu
- Click on Ms. Access
There are further and different means by which Access can be loaded; however, this may be through the shortcut icon on the desktop on the taskbar or from the search box located on the taskbar.
How to write Hello World as a first code in MS-ACCESS
- Open MS Access and create a new database (blank)
- Click on the Database Tool tab
- Click on the Visual Basic tab or command
- Click on Insert
- Click on Module
In the New Module Window, enter the following codes:
- Sub HelloWorld ( )
- MsgBox “Hello Guys, welcome to the first program in Access.”
- End Sub
- Press the enter key
- Save the file, preferably with a new name for the code
To view the written code, use the below commands:
- click on run
- select the code you want to run
- click on run (a newly displayed window with the code would be displayed as the output)
- click on Ok
Congratulations…
About Author
Discover more from SURFCLOUD TECHNOLOGY
Subscribe to get the latest posts sent to your email.