Ok, i tried using act for this but couldn't figgure it out (if someone wants to, PLEASE fill me in on how to). Basically i need a program where i can define the fields. I want to open it and a box to pop up with the fields i have defined, i want to enter the info and click ok and the info entered into a registry that i can add to whenever i want. I hope thats clear cheers Chris
You want to create a new TABLE, defining the fields in DESIGN mode ("Design" table). Then, when you want to enter data into the table, you want to open the table up in DATASHEET mode ("Open" table), where you can add records ("rows") as needed. (In this view, your "fields" are the columns). Note that, in this use, you've basically set up a custom spreadsheet with some nice database features behind it (data integrity, search ("queries"), etc.). This is like a "flat" table or flat database. If this is all you're doing, you may investigate using Microsoft Excel... A bit easier to use for simple rows/columns. Private Message me if you need more help. I recommend getting Que Press's "Special Edition Using" Microsoft Access 2000 or 2002--those books are gold. --Mike
With Access, the first thing to do is create a table. Add all the fields you want stored with each record. Each field has a type and length. Then create a form. The wizard will walk you through it. As long as all you want is a simple form to display and enter records. It's all automatic.
ACT! has only a bit of a learning curve, and is good for basic databases. I hear it is not very open though, so moving your data later might prove to be problematic. Access is quite powerful, with a steeper learning curve. You won't go wrong with FileMaker Pro. In a database, you have to track one-to-many relationships (eg. one owner, many cars). To show these relationships in a spreadsheet table, you will end up repeating data in one column (eg. owner's name if there are multiple cars), or you will need to leave blank cells in that column. You will hit limitations pretty quickly unless you master the pivot tables function. So don't use Excel unless you know you will not progress beyond a simple grid. You can import Excel tables into spreadsheets at a later point, though, so it can work as a temporary solution until you move up to a database program. But avoid the hassle and go with the full-fledged program you are ultimately going to end up using. Of those, FileMaker Pro is the best choice for starting out with.