32
votes
28answers
6k views
Good Free Alternative To MS Access
Consider the need to develop a lightweight desktop DB application on the Microsoft platforms.
It could be done fairly easily with MS Access but I'd like to be able to distribute it to others and I …
21
votes
8answers
2k views
How do you use version control with Access development?
I'm involved with updating an Access solution. It has a good amount of VBA, a number of queries, a small amount of tables, and a few forms for data entry & report generation. It's an ideal …
19
votes
20answers
2k views
What will we do after Access?
Microsoft seems hell-bent on deprecating the swiss-army-knife of database tools. What else comes close for facading/file-swapping/cloning/name-your-acronym-connecting arbitrary database …
14
votes
1answer
189 views
ODBC problems in SQL 2000 --> 2005 Upgrade
This wiki post outlines both a problem and a solution. I wanted to post this for others that may be having similar problems, as I couldn't find anything specifically to solve this problem elsewhere.
…
11
votes
4answers
178 views
Access sometimes jumps to existing record on save new record - Access2k FE/SQL2005 BE
Hi, this is my first question on SO, am really posting this out of desperation after searching around a lot for an answer and trying a few different things with no success.
I have an Access database …
10
votes
8answers
227 views
Building SQL strings in Access/VBA
Occasionally, I have had to build a SQL string in VBA and execute it with Docmd.RunSql(). I have always built these strings by concatenating variables into the string, e.g:
Dim mysqlstring as String
…
9
votes
11answers
699 views
Alternatives to Access
Are there any alternatives to MS Access?
Requirements:
Portable Database file
Integrated form development for data entry
No compiling necessary. Can be modified on the fly.
Two more …
9
votes
4answers
2k views
Wouldn’t MS Access(.mdb) file size reduce after deleting the content of database?
I was inserting data into a MS Access database using JDBC-ODBC driver. The blank mdb file was 2KB. After populating this database, the size grew to 155MB. Then I was deleting the data. But I found …
9
votes
8answers
867 views
Best way to test a MS Access application?
With the code, forms and data inside the same database I am wondering what are the best practices to design a suite of tests for a Microsoft Access application (say for Access 2007).
One of the main …
8
votes
6answers
773 views
Is it better to use ADO or DAO in Access 2007?
When creating a new database in Access 2007, should ADO (ActiveX Data Objects) or DAO (Data Access Objects) be used?
Edit: Part of this database will be importing data from Excel 2007 spreadsheets.
8
votes
6answers
743 views
Tools to convert Microsoft Access to an online PHP/mySQL system
We have a Microsoft Access database that has been used for many years. Our staff is very used to using the Access tables and forms to query, view, update and add to the data.
But the database is at …
8
votes
11answers
2k views
MS Access Front-End Alternative?
Background
I work for a large organization which has thousands of MS Access applications floating around. I didn't write any of these - in fact, most of the original authors have long since left the …
8
votes
15answers
585 views
How do I convince someone they need to upsize from ms access to sql server or similar
I am having a real problem at work with a highly ingrained developer obsessed with ms access. Users moan about random crashes, locking errors, freeze's, the application slowing down (especially in …
7
votes
8answers
112 views
Replacement or Migration strategy for Excel/Access
Is there a way of offering the flexibility of Excel/Access development that end users love while instilling centralised IT management so data and logic is secure, backed up, version controlled etc. …
7
votes
5answers
178 views
Finding similar sounding text in VBA
My manager tells me that there is a way to evaluate names that are spelled differently but sound similar in the way they are pronounced. Ideally, we want to be able to evaluate a user-entered search …
