Exegesis Spatial Data Management

 

Posts in Category: MS Access

How to link SQL Server / RDBMS tables into MS Access without a DSN

Linking tables from RDBMS like SQL Server into an Access front end doesn't need an ODBC DSN to be configured, it can be done with a one-liner. I’m just posting this here because I keep having to look ... read more
 

How to do a typeahead incremental search control in Microsoft Access

When a user needs to find an existing record or value by typing something in a box, it is well recognized that a "typeahead" or incremental search is a powerful and user-friendly solution. Of... read more
 

Handling different character encodings when importing tabular data from CSV

I’ve been fixing some minor issues with the utility in HBSMR that imports data from the Portable Antiquities Scheme. One issue was that some characters were mojibaked during the import, for example... read more
 

Windows updates break MS Common Controls Tree Control

This is a replacement blog-post, based on our developing understanding of the problem and users' experiences. It appears that the update that disrupts the operation of 'tree' controls in HBSMR v3 and ... read more
 

ACCDE problems on Access 2010 (and Access 2010 SP1)

We’ve had a bit of bother over the past few weeks, where an Access application compiled as an .accde file in Access 2010 would not run on other machines. The error messages encountered varied... read more
 

Adding files to a SharePoint document list with MS Access – how to add new files

MS Access can be a nice interface onto SharePoint. We’ve been implementing this for a client, allowing files and metadata that are managed in HBSMR (Access UI onto SQL Server database) to be... read more
 

MS Access DAO recordset + SQL Server: how to get the ID of a newly inserted record

Sometimes when inserting records programmatically you want to create a parent record first, then add records into related tables where the Foreign Key is on an autonumber field. Therefore you need to ... read more
 

How to prevent MS Access truncation or mangling of expressions over 255 characters in length

There’s a weakness in Access/JET that if a expression outputs a string longer than 255 characters

... read more
 

Some jottings on SQL Azure and GIS

I have set up a SQL Azure 90 day trial (as of 18th November) to test whether ArcSquirrel can work

... read more
 

How to query remote databases in MS Access

It is possible to point a query at a table in a remote database that is not linked to the current database; for example this would transfer the some of the fields from a remote copy of the Northwind... read more
 
Page 1 of 2 1 2 > >>
https://www.esdm.co.uk/Blog/ViewCategory.aspx?cat=11&mid=108&pageid=138