Posted by
David Wakefield on 02 July 2012 | no comments
Dynamic SQL should only be used as a last resort. This article gives you a tip for avoiding the use of dynamic SQL in WHERE clauses
Posted by
David Wakefield on 26 June 2012 | no comments
How to link SQL Views and Tables to MS Access using VBA without getting the annoying Unique Record Identifier pop up.
Posted by
David Wakefield on 31 May 2011 | no comments
Adding a first or default item to a list control which gets its data from a table can be tricky. This blog gives an elegant solution using UNION queries, which works equally well for ASP.NET dropdown controls, Windows Forms dropdowns or Access combo boxes.