473,388 Members | 1,399 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Filemaker or Access?

I work for a small company just over a year old. I have them sold on
the idea of a database for tracking their sales and order entry (plus
many other duties). We are going to develop our own database and are
trying to decide which software to use. We are windows based, have
Access, and a trial version of FMP 8.5. I have used Access for the
past few years and would call my skills above intermediate but
definitely not expert. I used FMP years ago (before it was relational
~ 1987) but loved it. One of the owners is our IT manager and knows a
lot, but not about database (theory or practice). He is leaning toward
FMP because of the security issues (he says it should be easier to
utilize and less vulnerable when on the Internet). Nevertheless, we
are still about 50/50 in our decision.

Either way, I am the most knowledgeable on database management. I have
been reviewing the trial FMP and I quickly remembered what I loved,
however some of the database basics I don't see are like assigning a
primary key; it almost seems as if FMP goes out of their way not to
use the term in any of their documentation or even the "Bible" I
purchased at Borders.

After reading a lot, I understand FMP used to be relational by linking
files, but now it can all be done with one file, multiple tables. Yet
the fast solutions Filemaker's website offers seem to make me link all
these files. It almost feels like I "know too much" to use FMP. I'm
looking for terms and ways to set up the database that don't exist in
FMP. Is this just a learning curve or what am I missing?

I am honestly open to using either program. What are your suggestions?

May 31 '07 #1
12 2407

<Al*********@Hotmail.comwrote in message
news:11**********************@k79g2000hse.googlegr oups.com...
I work for a small company just over a year old. I have them sold on
the idea of a database for tracking their sales and order entry (plus
many other duties). We are going to develop our own database and are
trying to decide which software to use. We are windows based, have
Access, and a trial version of FMP 8.5. I have used Access for the
past few years and would call my skills above intermediate but
definitely not expert. I used FMP years ago (before it was relational
~ 1987) but loved it. One of the owners is our IT manager and knows a
lot, but not about database (theory or practice). He is leaning toward
FMP because of the security issues (he says it should be easier to
utilize and less vulnerable when on the Internet). Nevertheless, we
are still about 50/50 in our decision.

Either way, I am the most knowledgeable on database management. I have
been reviewing the trial FMP and I quickly remembered what I loved,
however some of the database basics I don't see are like assigning a
primary key; it almost seems as if FMP goes out of their way not to
use the term in any of their documentation or even the "Bible" I
purchased at Borders.

After reading a lot, I understand FMP used to be relational by linking
files, but now it can all be done with one file, multiple tables. Yet
the fast solutions Filemaker's website offers seem to make me link all
these files. It almost feels like I "know too much" to use FMP. I'm
looking for terms and ways to set up the database that don't exist in
FMP. Is this just a learning curve or what am I missing?

I am honestly open to using either program. What are your suggestions?
I have not used FMP but your IT person's security concerns can be solved
with a SQL Server backend, the free version supports 2GB of data. Internet
access to the SQL server from MSAccess will require careful coding of your
forms, reports and source queries to reduce data transfers over the WAN.
Internet access with Terminal server would simplify things for MSAccess. WEB
based will require something other then MSAccess
May 31 '07 #2
Al*********@Hotmail.com wrote:
>It almost feels like I "know too much" to use FMP. I'm
looking for terms and ways to set up the database that don't exist in
FMP. Is this just a learning curve or what am I missing?

I am honestly open to using either program. What are your suggestions?
I would agree with your sentiments from what I've heard from friends and read. It
might be easier for a novice to work with FMP. However if you start getting into
intermediate or advanced stuff then FMP just can't do the things Access can.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
May 31 '07 #3
Al*********@Hotmail.com wrote:
I work for a small company just over a year old. I have them sold on
the idea of a database for tracking their sales and order entry (plus
many other duties). We are going to develop our own database and are
trying to decide which software to use. We are windows based, have
Access, and a trial version of FMP 8.5. I have used Access for the
past few years and would call my skills above intermediate but
definitely not expert. I used FMP years ago (before it was relational
~ 1987) but loved it. One of the owners is our IT manager and knows a
lot, but not about database (theory or practice). He is leaning toward
FMP because of the security issues (he says it should be easier to
utilize and less vulnerable when on the Internet). Nevertheless, we
are still about 50/50 in our decision.

Either way, I am the most knowledgeable on database management. I have
been reviewing the trial FMP and I quickly remembered what I loved,
however some of the database basics I don't see are like assigning a
primary key; it almost seems as if FMP goes out of their way not to
use the term in any of their documentation or even the "Bible" I
purchased at Borders.

After reading a lot, I understand FMP used to be relational by linking
files, but now it can all be done with one file, multiple tables. Yet
the fast solutions Filemaker's website offers seem to make me link all
these files. It almost feels like I "know too much" to use FMP. I'm
looking for terms and ways to set up the database that don't exist in
FMP. Is this just a learning curve or what am I missing?

I am honestly open to using either program. What are your suggestions?
Since you asked your question in a newsgroup devoted to MS-access
issues, I would guess you would get answers supporting the choice of
MS-Access. That would be my recommendation only because I know and like
Access and don't filemaker.

If you are planning to put an application on the web make sure you know
about Access' limitations. You can't really build web apps with Access.
Yes, you can use Data Access Pages but Access seems to be moving away
from them.

If you use your Access database on the web as a database server, and do
it correctly, I don't think you have to worry very much about security.
But certainly if in doubt, SQL server would be the way to go.

But also note that SQL server is just a data manager. Both Access and
FM have an application development component as well. Access'
application development component can work with SQL server data as well
as its own built in Jet database. I assssuuummme that Filemaker can do
so as well.

Bob
May 31 '07 #4
On May 31, 3:19 pm, Bob Alston <bobalst...@yahoo.comwrote:
AllYourS...@Hotmail.com wrote:
I work for a small company just over a year old. I have them sold on
the idea of a database for tracking their sales and order entry (plus
many other duties). We are going to develop our own database and are
trying to decide which software to use. We are windows based, have
Access, and a trial version of FMP 8.5. I have used Access for the
past few years and would call my skills above intermediate but
definitely not expert. I used FMP years ago (before it was relational
~ 1987) but loved it. One of the owners is our IT manager and knows a
lot, but not about database (theory or practice). He is leaning toward
FMP because of the security issues (he says it should be easier to
utilize and less vulnerable when on the Internet). Nevertheless, we
are still about 50/50 in our decision.
Either way, I am the most knowledgeable on database management. I have
been reviewing the trial FMP and I quickly remembered what I loved,
however some of the database basics I don't see are like assigning a
primary key; it almost seems as if FMP goes out of their way not to
use the term in any of their documentation or even the "Bible" I
purchased at Borders.
After reading a lot, I understand FMP used to be relational by linking
files, but now it can all be done with one file, multiple tables. Yet
the fast solutions Filemaker's website offers seem to make me link all
these files. It almost feels like I "know too much" to use FMP. I'm
looking for terms and ways to set up the database that don't exist in
FMP. Is this just a learning curve or what am I missing?
I am honestly open to using either program. What are your suggestions?

Since you asked your question in a newsgroup devoted to MS-access
issues, I would guess you would get answers supporting the choice of
MS-Access. That would be my recommendation only because I know and like
Access and don't filemaker.

If you are planning to put an application on the web make sure you know
about Access' limitations. You can't really build web apps with Access.
Yes, you can use Data Access Pages but Access seems to be moving away
from them.

If you use your Access database on the web as a database server, and do
it correctly, I don't think you have to worry very much about security.
But certainly if in doubt, SQL server would be the way to go.

But also note that SQL server is just a data manager. Both Access and
FM have an application development component as well. Access'
application development component can work with SQL server data as well
as its own built in Jet database. I assssuuummme that Filemaker can do
so as well.

Bob- Hide quoted text -

- Show quoted text -
To be fair, I asked the same question on the Filemaker board too.

To clarify, what we would put on the Internet would be just to have a
few remote workers in other states access the order entry system too,
not for the general public. Now that is where I start to decline in my
knowledge base. I'm not sure how the IT guy plans to host, which
server system to use, etc. All I know is that he stated a few concerns
on making it secure so it wouldn't be hacked and allow our people
logins to certain areas only.

One other issue I forgot is that the database (either Access or FM)
will need to "talk" to QuickBooks. With either program I have found
3rd party software that will transfer data to and from QB. I have
worked with the Access one, but the one for Filemaker seems more
involved (programming wise) and I don't have a Filemaker database
structure set up yet so I can't really test the transfer capabilities.

Thanks all - for all your help!

May 31 '07 #5

<Al*********@Hotmail.comwrote in message
news:11**********************@k79g2000hse.googlegr oups.com...
>I work for a small company just over a year old. I have them sold on
the idea of a database for tracking their sales and order entry (plus
many other duties). We are going to develop our own database and are
trying to decide which software to use. We are windows based, have
Access, and a trial version of FMP 8.5. I have used Access for the
past few years and would call my skills above intermediate but
definitely not expert. I used FMP years ago (before it was relational
~ 1987) but loved it. One of the owners is our IT manager and knows a
lot, but not about database (theory or practice). He is leaning toward
FMP because of the security issues (he says it should be easier to
utilize and less vulnerable when on the Internet). Nevertheless, we
are still about 50/50 in our decision.

Either way, I am the most knowledgeable on database management. I have
been reviewing the trial FMP and I quickly remembered what I loved,
however some of the database basics I don't see are like assigning a
primary key; it almost seems as if FMP goes out of their way not to
use the term in any of their documentation or even the "Bible" I
purchased at Borders.

After reading a lot, I understand FMP used to be relational by linking
files, but now it can all be done with one file, multiple tables. Yet
the fast solutions Filemaker's website offers seem to make me link all
these files. It almost feels like I "know too much" to use FMP. I'm
looking for terms and ways to set up the database that don't exist in
FMP. Is this just a learning curve or what am I missing?

I am honestly open to using either program. What are your suggestions?

For Sales and Order Entry, use a progam like QuickBooks, Microsoft
Accounting or Peachtree.


May 31 '07 #6
Al*********@Hotmail.com wrote:
>To clarify, what we would put on the Internet would be just to have a
few remote workers in other states access the order entry system too,
not for the general public. Now that is where I start to decline in my
knowledge base. I'm not sure how the IT guy plans to host, which
server system to use, etc. All I know is that he stated a few concerns
on making it secure so it wouldn't be hacked and allow our people
logins to certain areas only.
Then you should consider using Terminal Server. Your IT person sets that up and the
remote workers can use your Access/FMP app without any changes necessary to the app.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
May 31 '07 #7
Al*********@Hotmail.com wrote in
news:11**********************@k79g2000hse.googlegr oups.com:
I am honestly open to using either program. What are your
suggestions?
I could never use a db development platform that didn't use SQL
natively, and my understanding is that FM does not.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jun 1 '07 #8
"paii, Ron" <pa**@packairinc.comwrote in
news:Q8******************************@athenet.net:
WEB
based will require something other then MSAccess
That's one of the advantages of FM, in that it is designed to allow
you to take an FM application and run it from a web server. I don't
know how successful it is, nor if it has limitations, but sounds to
me like what DAPs should have been, had MS invested the time and
effort in them.

But I don't know that for a fact. Anyone?

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jun 1 '07 #9
Al*********@Hotmail.com wrote in
news:11**********************@q75g2000hsh.googlegr oups.com:
To clarify, what we would put on the Internet would be just to
have a few remote workers in other states access the order entry
system too, not for the general public. Now that is where I start
to decline in my knowledge base. I'm not sure how the IT guy plans
to host, which server system to use, etc. All I know is that he
stated a few concerns on making it secure so it wouldn't be hacked
and allow our people logins to certain areas only.
Windows Terminal Server would be by far the easiest solution for
this with an Access solution. And if you run it across a VPN, it's
as safe as you can get over the Internet.
One other issue I forgot is that the database (either Access or
FM) will need to "talk" to QuickBooks. With either program I have
found 3rd party software that will transfer data to and from QB. I
have worked with the Access one, but the one for Filemaker seems
more involved (programming wise) and I don't have a Filemaker
database structure set up yet so I can't really test the transfer
capabilities.
The QB SDK used to have plenty of VB examples that were quite easily
ported to VBA.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jun 1 '07 #10
Per Al*********@Hotmail.com:
>I am honestly open to using either program. What are your suggestions?
I've done a couple of apps in FMP and many apps in MS Access.

Without going into a long rant, MS Access.

Hands-down/slam dunk/no-brainer.
--
PeteCresswell
Jun 1 '07 #11
Per (PeteCresswell):
>I've done a couple of apps in FMP and many apps in MS Access.

Without going into a long rant, MS Access.

Hands-down/slam dunk/no-brainer.

I missed the part about being available on the web - and take
back what I said.
--
PeteCresswell
Jun 1 '07 #12
See http://www.filemaker.com/downloads/p...comparison.pdf for a
detailed, however dated, comparison.

It is produced by Filemaker (and reflects the bias), and it is 36 pages
long. I though it was, in general, fair, and did not change my mind that
Access is the better product for my needs.
<Al*********@Hotmail.comwrote in message
news:11**********************@k79g2000hse.googlegr oups.com...
>I work for a small company just over a year old. I have them sold on
the idea of a database for tracking their sales and order entry (plus
many other duties). We are going to develop our own database and are
trying to decide which software to use. We are windows based, have
Access, and a trial version of FMP 8.5. I have used Access for the
past few years and would call my skills above intermediate but
definitely not expert. I used FMP years ago (before it was relational
~ 1987) but loved it. One of the owners is our IT manager and knows a
lot, but not about database (theory or practice). He is leaning toward
FMP because of the security issues (he says it should be easier to
utilize and less vulnerable when on the Internet). Nevertheless, we
are still about 50/50 in our decision.

Either way, I am the most knowledgeable on database management. I have
been reviewing the trial FMP and I quickly remembered what I loved,
however some of the database basics I don't see are like assigning a
primary key; it almost seems as if FMP goes out of their way not to
use the term in any of their documentation or even the "Bible" I
purchased at Borders.

After reading a lot, I understand FMP used to be relational by linking
files, but now it can all be done with one file, multiple tables. Yet
the fast solutions Filemaker's website offers seem to make me link all
these files. It almost feels like I "know too much" to use FMP. I'm
looking for terms and ways to set up the database that don't exist in
FMP. Is this just a learning curve or what am I missing?

I am honestly open to using either program. What are your suggestions?

Jun 1 '07 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Noesis Strategy | last post by:
My firm is creating a database that profiles (about 100) companies in various sectors. Each profile is about 10 pages long with perhaps 150 parameters. Some of the parameters will contain a half...
1
by: Carl Hilton | last post by:
I have a runtime application that uses FileMaker 5.5.. I want to copy out the data to an MS Access (XP) database... How can I do this?
1
by: leo | last post by:
Hi ! I would like to know if there is a class or a library or something else allowing C# to read in a ABC File ( the database file of the exe generated by filemaker pro ) tank you
1
by: patryan22 | last post by:
I would like to build a small access database that pulls some of its information from a much larger filemaker pro database (which already exists). I can't seem to find any information about this...
2
by: polpe | last post by:
Hello, i have a filemaker server 5.5 with some shared files. I don't understand how use ODBC with these files to import a database in Access. Can anyone help me? Polpe from Italy
3
by: Ian Witham | last post by:
Hello, I'm hoping someone here can put me on the right track with some broad concepts here. What I am hoping to achieve is a simple HTML page to be served over our company LAN, into which the...
2
by: briggsbpc | last post by:
I am a FileMaker developer and have been since Version 5.0... that long. FileMaker 9.0 has promised to hook up to SQL server and MySQL databases. When I hook up I can not upload pictures just...
2
by: liukaiyuan | last post by:
FileMaker Business Management Software Free trial of FileMaker Pro 8 and Business Productivity Kit software. Try FileMaker???s database and business software tools for managing customers,...
2
by: Chuck | last post by:
Among other things is Filemaker Pro a relational database. Some of my readings have "hinted" that it is, but descriptions of some of its tables (files?) sure don't look like it. It also looks...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.