Thank you schuurke28 and JasonLpz for your help in the beginning of my first program. Your help does not go unappreciated.

What I want to achieve in my program, is to create an image viewer.

So in frmMain I will have imgMain which will show images which have been pre-selected by an existing database. There will be 2 buttons, cmdNext and cmdPrevious and a drop-down list for navigation through the images.

Now, my dad has told me that to do that I need to create the database first and link it to the controls.

Could anyone help me out to create a database and how to link them with my controls?

PS. Once again, the splash screen help worked succesfully. Thank you for your help.