Jump to content

My New Name

Members
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    My New Name got a reaction from dealio in List of changes between versions 2017 and 2018?   
    dealio - I figured out what each MS Access table did based on looking at the data.  "Assets" is the main table, with most of the others just lookup tables ("Customers", "Dealers", "Categories").  You do have to understand relational databases if you want to do any significant data changes that might affect association of tables or write your own SQLqueries.  I have decades of experience, so that is no problem for me.  I also make backup copies of the database in case I screw up.  I am writing my application in C# with a stand-alone version of Microsoft SQL Server.  I am using Visual Studio 2017 Community edition to do the editing.  The software is free so the only cost is my own design and development time.
    Home inventory was created by modifying it  from a coin and stamp application.  Its table name "Dealers" means 'purchased from' in my world of home inventory.    To create my own app, I need to write my own search and filter and reports, as well as data input forms.  However, based on my personal needs, I can narrow down the 22 tables to about 4.  That will make data entry much more clean and precise. 
    The only 'magic' I am going to have to write C# code for is associating images with each asset.  However, whatever logic I come up with for doing that will also allow me to associate any type of file with the asset the same way (Word document, PDF, text file, etc.)  Right now, Home Inventory associates PDF files to Assets differently than images.  My way will be simple drag-n-drop regardless of the file type.  Home inventory also creates its own thumbnail copy of each image.  My app will point to the original file on my computer's hard drive.
  2. Like
    My New Name got a reaction from dealio in List of changes between versions 2017 and 2018?   
    I decided to write my own inventory program and import just the information I need from Home Manage.  Home Manage is the hack of a program originally written for stamp and coin collectors.  It is too bloated with fields I don't care about.  Menu organization is rather odd.  The number of images I can attach to an item is limited and I have to maintain my own copy of images outside the program for it to be useful.  I reported many bugs and navigation issue years ago that were never resolved.  The worst part is I can no longer trust it from messing up my inventory data. 
    The program and database are written using Microsoft Access.  Luckily I know how to use it so I can write my own SQL to fix data errors and inconsistencies created by HomeManage.
×
×
  • Create New...