A family of Microsoft relational database management systems designed for ease of use.
"Cannot open any more databases" typically is encountered with very complex forms in which their are numerous subforms, combo boxes, listboxes and the likes which all create/use a database connection to get the data. The solution is to simplify the form, use dynamic loading techniques (only load subforms, combo boxes, listboxes when they receive focus). See: https://bytes.com/topic/access/answers/208627-cannot-open-any-more-databases for more information on this subject.
Typically, MAKE TABLES are to be avoided.