Tag: MS Access
MS Access: HTML Editor Control to Use in Forms
If you want to get HTML editor within MS Access form, there are couple of solutions available. The free solution I know is to get Not So Elegant HTML Editor. The problem with this editor is that After looking at this editor, you will never say “so cool” It is good for basic editing but…
MS Access VBA: Get/set Javascript Variable in Microsoft Web Browser ActiveX Control
In your MS Access application, if you are using Microsoft Web browser, we may have to interact with the JavaScript variable inside the loaded page. There is no obvious method exists in the Web browser control but using the following trick you can get/set the JavaScript variable in the webpage. Quick Tip Add JavaScript function…
MS Access: Check If The Normal Form Or Subform Form Is Loaded
If you need to check if MS Access form is loaded or not, you can easily check it using the folloing code This code is good until you are using single form application. This code will fail if the form is used as subform. To search all the forms including subform, I have created a…