What is Shell.Application.Namespace input parameter thinking? 19. January 2015 Bradley Programming (0) I'm trying to work with the `shell.application` object to unzip some files but am having trouble pas [More]
Stop publishing Access to Sharepoint 21. October 2014 Bradley (0) Can figure out how to make your Access DB stop trying to publish to Sharepoint? Did you publish to S [More]
How to have multiple instances of the same form open at once in Access 27. June 2014 Bradley Programming (0) (I'm pretty sure I didn't come up with this but it's been in some of my stuff for a few years now. I [More]
Calling out invalid data 23. June 2014 Bradley Programming (0) Validating data before it get submitted on a bound form is easy enough. Each control should have its [More]
How effectively pass multiple values in an OpenArgs parameter 21. May 2014 Bradley Programming (1) I always need to write up a little procedure to handle passing in values in the OpenArgs paramater o [More]
Always use Option Explicit 12. May 2014 Bradley Programming (0) When writing any VBA for Excel, Access or Word or whatever you automate you have the option to use t [More]
Finding a Access backend data file 10. May 2014 Bradley Programming (0) Because you should be splitting your Access database before you give it to a customer to use you ca [More]
How to reuse VBA function in all your Excel files 7. April 2014 Bradley Programming (0) Excel allows you to create .xlsm files (macro enabled spreadsheets) but these are a bit of a hassle [More]