![]() | |
#11
| |||
| |||
|
|
Prof Wonmug <wonmug@e.mcc> wrote: I would appreciate recommendations for a database program. I would like to write a few fairly simple database applications mostly for personal use. I have Access 2007 as part of Office 2007. I have played around with prior versions a few times, but always found it tedious. I've hard that FileMaker has almost as much functionality and is a lot easier to use. See if some of the Access 2007 downloadable templates are close to your requirements. |
#12
| |||
| |||
|
|
Prof Wonmug <wonmug@e.mcc> wrote: On Thu, 05 Nov 2009 08:40:49 GMT, David Segall <david (AT) address (DOT) invalid wrote: Prof Wonmug <wonmug@e.mcc> wrote: I would appreciate recommendations for a database program. I would like to write a few fairly simple database applications mostly for personal use. I have Access 2007 as part of Office 2007. I have played around with prior versions a few times, but always found it tedious. I've hard that FileMaker has almost as much functionality and is a lot easier to use. I don't know FileMaker but they have a free trial so you can decide for yourself. I doubt if anything is less tedious or easier to use than Access but other products have similar characteristics and different advantages. For example, OpenOffice Base http://www.openoffice.org/product/base.html> is very similar to Access but is free and cross platform. Microsoft have several Express Editions <http://www.microsoft.com/express/>. They are all free and aid in developing CRUD programs but they give you a choice of the underlying language and whether you want a desktop or web application. I forgot about Open Office. I'll check it out. I knew that FileMaker had a trial version, but it takes at least several hours, if not several days. to really get to know a database program. I should probably stick with Access, since I already have it, and just suck it up and learn it. Just a little lazy. Actually, given your list of applications, I think you would probably be better off with an HTML document rather than a database. You could create a table (in the non-database meaning of the word) using your preferred HTML authoring tool. Some columns in your web page table will also be a link to a web site that contains extra information. So, for example, clicking on the model number of a purchase takes you to the manufacturers support site for that model. My film diary <http://films.profectus.com.au> illustrates the idea and is the only one of mine that is actually on a web site. Note that Google can provide a search box that will search only those web pages linked to my film diary. |
#13
| |||
| |||
|
|
Does Access have a macro language that is different from VBA? I thought VBA was the macro language. If you need more than that, use VB.net and have it call Access. No? |
|
Do you know that FileMaker (for example) does not have a macro language? Their website talks about "scripts". |
#14
| |||
| |||
|
|
I see that you have a software company. Do you offer consulting / tutoring to individuals or only larger development projects? |
#15
| |||
| |||
|
|
On Fri, 06 Nov 2009 10:09:39 GMT, David Segall <david (AT) address (DOT) invalid wrote: My film diary <http://films.profectus.com.au> illustrates the idea and is the only one of mine that is actually on a web site. Note that Google can provide a search box that will search only those web pages linked to my film diary. Interesting suggestion and one I would never have considered. I will need the relational database capability to link tables so as to normalize the data. Can HTML do that? Does HTML have a macro language? Nice website. |
#16
| |||
| |||
|
|
On Fri, 06 Nov 2009 10:55:26 -0800, Prof Wonmug <wonmug@e.mcc> wrote: On Fri, 06 Nov 2009 10:09:39 GMT, David Segall <david (AT) address (DOT) invalid wrote: My film diary <http://films.profectus.com.au> illustrates the idea and is the only one of mine that is actually on a web site. Note that Google can provide a search box that will search only those web pages linked to my film diary. Interesting suggestion and one I would never have considered. I will need the relational database capability to link tables so as to normalize the data. Can HTML do that? Does HTML have a macro language? Nice website. How much do you need to normalise the data? The sample applications you gave didn't appear to greatly need it. |
#17
| |||
| |||
|
|
On Wed, 04 Nov 2009 23:21:47 -0800, Prof Wonmug <wonmug@e.mcc> wrote: On Thu, 05 Nov 2009 05:11:04 +0200, Steve Hayes hayesmstw (AT) hotmail (DOT) com> wrote: On Wed, 04 Nov 2009 05:42:22 -0800, Prof Wonmug <wonmug@e.mcc> wrote: I would appreciate recommendations for a database program. I would like to write a few fairly simple database applications mostly for personal use. I have Access 2007 as part of Office 2007. I have played around with prior versions a few times, but always found it tedious. I've hard that FileMaker has almost as much functionality and is a lot easier to use. A lot depends on what you want to use it for. ...a few fairly simple database applications mostly for personal use. 1. To keep track of things I own with purchase dates, model numbers, etc. 2. To keep records of things I consume with ratings like tea. 3. To keep track of online vendors and purchases with ratings. 4. To keep track of service on cars, bikes, smoke alarms, etc. Do you want to do arithmetic with the results? A database that I use a lot is askSam. I find it flexible and a lot easier to use than Access, and probably better unless you want to do a lot of fancy calculations. More info at: http://www.asksam.com/ |
|
If you want to do calculations, a spreadsheet might do. |
|
Access and other relational databases are best for applications where you need to keep data in different tables - like vendors and the products they supply, for example. |
#18
| ||||
| ||||
|
|
On Thu, 05 Nov 2009 09:40:48 +0200, Steve Hayes A database that I use a lot is askSam. I find it flexible and a lot easier to use than Access, and probably better unless you want to do a lot of fancy calculations. More info at: http://www.asksam.com/ I used askSam some time ago when it was more or less a search engine. I didn't realize that had morphed into what looks to be something like a cross between a desktop search engine and a database program. Might be worth playing around with some. |
|
If you want to do calculations, a spreadsheet might do. I do use Excel for a lot of things that are *just* calculations. |
|
Access and other relational databases are best for applications where you need to keep data in different tables - like vendors and the products they supply, for example. Yup. I guess I'm just being lazy. I'll have to take the time to learn the UI for one of the relational database programs. And, since I already have Access, that's probably the place to start. |
|
Thanks |
#19
| |||
| |||
|
|
On Sat, 07 Nov 2009 07:49:47 +0200, Steve Hayes hayesmstw (AT) hotmail (DOT) com> wrote: On Fri, 06 Nov 2009 10:55:26 -0800, Prof Wonmug <wonmug@e.mcc> wrote: On Fri, 06 Nov 2009 10:09:39 GMT, David Segall <david (AT) address (DOT) invalid wrote: My film diary <http://films.profectus.com.au> illustrates the idea and is the only one of mine that is actually on a web site. Note that Google can provide a search box that will search only those web pages linked to my film diary. Interesting suggestion and one I would never have considered. I will need the relational database capability to link tables so as to normalize the data. Can HTML do that? Does HTML have a macro language? Nice website. How much do you need to normalise the data? The sample applications you gave didn't appear to greatly need it. Well, to keep track of purchases, I would want a Manufacturer Table, a Vendor Table, and a Purchases Table at least, each with a primary key and foreign keys to link them. My exsperience with database applications is that they tend to grow. Tables beget tables. |
![]() |
| Thread Tools | |
| Display Modes | |
| |