Charles on Software

Opinions about designing, programming and using software

Browsing Posts in Microsoft Access

Source Control and Microsoft Access If you’re a professional software developer, then you should be using version control software to track changes in your projects.  At Celtic Wolf we generally use Subversion.  However, we sometimes do Microsoft Access development for our clients.  Working with Access isn’t exactly like most types of software development.  For one [...]

I was creating a new form in Access 2007 for a small database that I maintain.  I wanted the form to be used for data entry only, rather than browsing records.  Access supports this with the form property “Data Entry”.  I set that property to “yes”, then tested the form. What I got was the [...]