A family of Microsoft relational database management systems designed for ease of use.
My friends here are quite correct about the need to redesign; just one additional tidbit. One of the more obscure specifications of Access is that any single record is allowed no more than 2048 bytes actually occupied (Memo fields not included); this can be a nasty problem if you have, say, 100 Short Text fields. If they are filled with four or five bytes each, the database will work; if a verbose user fills the 100 fields with 25 bytes each, BANG you get this error. It can be nasty because the database may have worked fine for years until this user came along!