@JaredBusch said in Lotus Notes to Microsoft Access:
@Dashrender the problem with using an actual database like MySQL/MariaDB/SQL Express is that you then have to write an interface to even look at the data. For simple data, it is much easier to simply use the GUI that Access/Base provides to look at records.
That's mostly true. If the data is flat or flat-ish, though, standard free tools like myPhpAdmin will give you a GUI without any extra effort. It's not technically included in the base package, but is so standard that many people think of it that way. But definitely would not require writing your own interface if the data did not need to be reassembled in a relational way.