'Clunky' is a polite adjective to use for MS Access. My experience with it has been that it is severely limited in terms of how many different users can be writing to/reading from it... it has some security issues, and that Access databases are prone to corruption. It's also a PITA to try to do meaningful data analysis from data in an Access database. Things like 'CNTRL-F' work, but those work in a MS Word document too.
Most of the folks I've worked with who advocate MS Access have a mental model of it as a 'better collection of spreadsheets', yet they can't make the mental leap to a true relational database, like MS SQL.
If the effort is a
FMEA... this is one of the obvious applications where a relational database is the better choice. It is very likely that items like 'Severities' and 'Risk Controls' will be repeated for different 'lines of analysis'... a relational database allows for easy discovery/review/modification of repeated elements without having to do a line-by-line review of every Access database entry. My intent is not to diminish the efforts and capabilities of 'Access Wizards', its just that there exist better tools that are both more powerful and less prone to the difficulties of Access.