-
Recent Posts
- MS Access – Code Snippets for Navigating using Internet Explorer
- MS Access Front End – Linked to PostGreSQL back end – a simple walk through using Access 2003
- MS Access Function Collection that can be used to Generate Housing Forecast Figures
- AHK – Useful AutoHotKeyScripts for Outlook specifically
- AHK – Useful AutoHotKeyScripts
- Navigate to Website directly from MS Access using Internet Explorer
- Add Open Street Map to Background QGIS Project and then Digitise against imported Raster
- Links to GIS information for test system design
- MS Access 2010 – Simple Function to loop through a list and Print to file an individual PDF
- SQL SERVER – Create TSQL Trigger to add date to existing record after INSERT or UPDATE
- MS Access – VBA Functions – Create Category Tag Junction Table by comparing a text field against a table of categories
- MS Access – VBA – Open Form and go to record from unbound List Box
- Simple Bat File to open multiple Web Pages in One Browser Window with alternate Tabs
- Pivoting Relationships from Many to Many – One to Many – One to One – and then Key Value – Relationships and Schemas
- SQL Azure – SQL to Select Distinct list of Child Records based on a Maximum or Minimum Child Field Value
- MS Access – SQL to Select Distinct list of Child Records based on a Maximum or Minimum Child Field Value
- Javascript – Nubuilder Specific to save Date to DateUpdated field on Record Change (not subform)
- SQL Azure link to managing permissions
- SQL Azure – Take Complete Backup of Azure Database (Structure and Data)
- Connect MS Access 2003 to MySQL
Archives
- April 2018 (1)
- March 2018 (6)
- February 2018 (2)
- January 2018 (1)
- November 2017 (4)
- October 2017 (2)
- September 2017 (3)
- August 2017 (5)
- July 2017 (1)
- June 2017 (5)
- April 2017 (5)
- March 2017 (6)
- February 2017 (1)
- January 2017 (1)
- December 2016 (2)
- November 2016 (1)
- October 2016 (1)
- July 2016 (1)
- June 2016 (1)
- April 2016 (7)
- March 2016 (2)
- February 2016 (3)
- January 2016 (2)
- December 2015 (3)
- August 2015 (1)
- July 2015 (2)
- June 2015 (4)
- May 2015 (4)
- April 2015 (2)
- March 2015 (4)
- February 2015 (2)
- January 2015 (4)
- December 2014 (2)
- November 2014 (4)
- October 2014 (8)
- September 2014 (3)
- August 2014 (7)
- July 2014 (6)
- June 2014 (7)
- May 2014 (12)
- April 2014 (8)
- March 2014 (2)
- February 2014 (1)
Monthly Archives: February 2016
The Economics of Immortality (part 2) and a real reason for moving platform.
The announcement in December 2014 that Microsoft was releasing a version of Visual Studio Community to virtually everyone for free and then again a further announcement in February 2016 of Microsoft’s purchase of Xamarin and subsequent release with VS community … Continue reading
Posted in All, Dev Ops, General Opinion
Comments Off on The Economics of Immortality (part 2) and a real reason for moving platform.
Using Task Scheduler and Visual Basic Scripts to automate pretty much anything Win 7
This is hardly ground breaking but windows Task Scheduler can be used to run VBS scripts on a variety of events to automate repetitive and boring tasks. Backups for example or refreshing caches on web browsers before users come in. … Continue reading
Posted in All, Backup, Configuration, Dev Ops, VBS Scripts
Comments Off on Using Task Scheduler and Visual Basic Scripts to automate pretty much anything Win 7
Early and Late Binding
Good article on Early and Late Binding MSDN Early and Late binding Coding can appear very complicated sometimes but to simplify the difference in terms of implementation this line is very clear; The only difference between early binding and late … Continue reading
Posted in All, MS Access, VBA Code MS Access, VBA Code MS Excel
Comments Off on Early and Late Binding