Use SQL Developer to query Access 5. March 2015 Bradley Programming (0) Writing queries in Access can be ugly because it doesn't save any of your formatting. Well it does b [More]
DateType in the Access Import Spec 6. January 2015 Bradley (0) Public Function SpecDataType(asNumber) As String Select Case asNumber Case 1: SpecDa [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]
Things to do when Access starts up 25. June 2014 Bradley Programming (0) Even if you compiled your Access app it probably doesn't start up exactly how you want it to look. 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]
Making a survey form in Access 19. June 2014 Bradley Programming (0) Recently I had a two tasks in Access where I needed to do some data collection in a sort of 'survey' [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]