Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have been looking on SO and can't seem to find something more recent than around 2008.

I am looking for an alternative to Microsoft Access with similar capabilities. I.e:

  • Forms
  • Macros
  • Reports
  • Etc

In another question VS Lightswitch was recommended (Still in Beta 2). I had a look at it, although it seems good it is still reasonably new and unsuported at this stage.

My main purpose is to have a DB that is simple, portable and can be accessed easily (mostly by 1 person at a time, but also sometimes by multiple people). I know Access can provide this and if it seems to be the best solution I might stick with it, but are there anything else out there that someone has found useful for custom data capture, filtering and creating reports?

I know that Visual Studio or alike can be used, but would prefer something more in line with Access.

The link to similar questions are (but seem to be somewhat old):

MS Access Front-End Alternative?

Replacing MS Access forms

Alternatives to Access

Good Free Alternative To MS Access

share|improve this question

3 Answers

up vote 5 down vote accepted

People are usually looking for Alternative to MS Access either because:

  1. They, for some reasons, consider that Microsoft is Evil
  2. They don't want to pay for the extra Access licensing

For people from Group 1,I do not have that much to say. I was part of it till I realised how fast and simple it was to use some of these great software (not all ...) sold for a very fair price. Up to now, I have spared years of headache using them. Thanks Microsoft, I owe you one.

For people from group 2, there is a runtime\free version of Access that you can deploy (for free, I insist) on your final user's computers. It means that you do not have to buy any basic office software for your users but you still can have your users running an Access App on their machines ...

share|improve this answer
So I get that the runtime version will allow your users to be able to run forms, reports, etc. Given this option, is there an alternate way that the developer can build those forms, reports, etc without having to purchase the full MS Access suite? – RyanDalton Aug 9 '11 at 18:05
Well no! You have to buy at least one MS-Office pack with MS-Access. But it is not that expensive ... think about it: it costs less than 1 day of software development and you get a complete tool for that! – Philippe Grondier Aug 11 '11 at 6:14
Fair enough statement. I guess springing for the cost of a single license is a fairly inexpensive route to go distributing a database/forms application to a wide audience. – RyanDalton Aug 11 '11 at 15:44

Try OpenOffice.org. It has the Base program, which is similar to Access. It is also free and open source.

share|improve this answer

You can Consider Kaxi ( http://kexi-project.org/ ) , as it a database component of KDE-office.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.