December 2018
How To Embed A YouTube Video In Access Form
Hi everyone, This post will show you basically how to embed a YouTube video in your Access form. First you need to add a Webbrowser control to your form: You can either activate this control when the form loads, or when a command button is clicked. The code is basically the same: Private Sub btnShow_Click() […]