25 Years of Programming
An open source source for C, C++, OWL, BASIC, MDB, XLS, DOT, and more...
Home   Projects   Up   Sitemap   Search   Blog   Forum+Chat   About Us   Privacy   Terms of Use   Feedback   FAQ   Images   Services   Ads   Donate   Humor

Household inventory database

INVENTRY.MDB is a Microsoft Access database for creating a household inventory of your personal possessions, such as your insurance agent might require or that you might make before you move to a new home to make sure the movers don't lose anything.

It has a couple of simple queries to sort the data or review selected fields, and it has a report that might need adjustments before it's useful for printing.

Its tables are:

  • Inventory - the inventory of items. Its fields are:
  1. Category - General category of the item
  2. Q - Quantity
  3. Make - Brand name
  4. Model - Model name or number
  5. Desc - Description
  6. SerialNo - Serial number and any other identifying numbers
  7. Loc - Current location, abbreviated
  8. Cost - Buy price
  9. Value - Current value or estimate
  10. Priority - Priority for keeping the item, how important it is to keep or have.
  11. Disp - Disposition plans: keep, donate, throw out, etc.
  12. Misc - To provide a column on printouts for a checkmark, or whatever.
  • Locs - physical locations (links the abbreviations with the full location descriptions)
  • Priorities - (links the codes with the full descriptions). The current priority codes are as follows, but they can be changed to anything:
  1. Essential. Keep no matter what.
  2. Useful. Keep.
  3. Potentially useful. Keep.
  4. Not currently used, not clearly useful for the future, and easily replaced.
  5. Discard any time.

Download:

INVENTORY.MDB (inventory.zip)
About 58 KB. Both the Access 2.0 and 2003 versions are in the zip file. The Access 2.0 version should be renamed to INVENTRY.MDB (8.3 character limit for the file name). The Access 2003 version has the report and form imported from the Access 2.0 version, in addition to its own newer form and report.

Screenshots

The Access 2.0 InventoryForm as it appears when opened in Access 2003.

Screenshot of the input form of the Inventory.mdb database

The Access 2003 version of the form:

Screenshot of the Access 2003 version of the  input form

 

 

Valid HTML 4.01 Transitional Valid CSS
View content labeling at ICRA.
Copyright ©2008 Steven Whitney. Last modified 07/03/2008.